GroupId | GroupIdfr.smallcrew.foundation |
---|---|
ArtifactId | ArtifactIdsmallcrew-pom |
Version | Version1 |
Type | Typepom |
Filename | Size |
---|---|
smallcrew-pom-1.pom | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.smallcrew.foundation/smallcrew-pom/ -->
<dependency>
<groupId>fr.smallcrew.foundation</groupId>
<artifactId>smallcrew-pom</artifactId>
<version>1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fr.smallcrew.foundation/smallcrew-pom/
implementation 'fr.smallcrew.foundation:smallcrew-pom:1'
// https://jarcasting.com/artifacts/fr.smallcrew.foundation/smallcrew-pom/
implementation ("fr.smallcrew.foundation:smallcrew-pom:1")
'fr.smallcrew.foundation:smallcrew-pom:pom:1'
<dependency org="fr.smallcrew.foundation" name="smallcrew-pom" rev="1">
<artifact name="smallcrew-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='fr.smallcrew.foundation', module='smallcrew-pom', version='1')
)
libraryDependencies += "fr.smallcrew.foundation" % "smallcrew-pom" % "1"
[fr.smallcrew.foundation/smallcrew-pom "1"]