GroupId | GroupIdorg.fudaa.pom |
---|---|
ArtifactId | ArtifactIdsoft-pom |
Version | Version2.0 |
Type | Typepom |
Filename | Size |
---|---|
soft-pom-2.0.pom | 974 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.fudaa.pom/soft-pom/ -->
<dependency>
<groupId>org.fudaa.pom</groupId>
<artifactId>soft-pom</artifactId>
<version>2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.fudaa.pom/soft-pom/
implementation 'org.fudaa.pom:soft-pom:2.0'
// https://jarcasting.com/artifacts/org.fudaa.pom/soft-pom/
implementation ("org.fudaa.pom:soft-pom:2.0")
'org.fudaa.pom:soft-pom:pom:2.0'
<dependency org="org.fudaa.pom" name="soft-pom" rev="2.0">
<artifact name="soft-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.fudaa.pom', module='soft-pom', version='2.0')
)
libraryDependencies += "org.fudaa.pom" % "soft-pom" % "2.0"
[org.fudaa.pom/soft-pom "2.0"]