License |
License |
---|---|
GroupId | GroupIdorg.fudaa.pom |
ArtifactId | ArtifactIdsoft-pom |
Version | Version2.2 |
Type | Typepom |
Description |
Descriptionsoft-pom
Parent Pom for Fudaa modules
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
soft-pom-2.2.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.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.fudaa.pom/soft-pom/
implementation 'org.fudaa.pom:soft-pom:2.2'
// https://jarcasting.com/artifacts/org.fudaa.pom/soft-pom/
implementation ("org.fudaa.pom:soft-pom:2.2")
'org.fudaa.pom:soft-pom:pom:2.2'
<dependency org="org.fudaa.pom" name="soft-pom" rev="2.2">
<artifact name="soft-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.fudaa.pom', module='soft-pom', version='2.2')
)
libraryDependencies += "org.fudaa.pom" % "soft-pom" % "2.2"
[org.fudaa.pom/soft-pom "2.2"]