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