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