Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdch.maxant |
ArtifactId | ArtifactIdrules-parent |
Version | Version2.2.1 |
Type | Typepom |
Filename | Size |
---|---|
rules-parent-2.2.1.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.maxant/rules-parent/ -->
<dependency>
<groupId>ch.maxant</groupId>
<artifactId>rules-parent</artifactId>
<version>2.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ch.maxant/rules-parent/
implementation 'ch.maxant:rules-parent:2.2.1'
// https://jarcasting.com/artifacts/ch.maxant/rules-parent/
implementation ("ch.maxant:rules-parent:2.2.1")
'ch.maxant:rules-parent:pom:2.2.1'
<dependency org="ch.maxant" name="rules-parent" rev="2.2.1">
<artifact name="rules-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='ch.maxant', module='rules-parent', version='2.2.1')
)
libraryDependencies += "ch.maxant" % "rules-parent" % "2.2.1"
[ch.maxant/rules-parent "2.2.1"]