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