| GroupId | GroupIdfr.smallcrew.foundation |
|---|---|
| ArtifactId | ArtifactIdsmallcrew-test |
| Version | Version1.0.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| smallcrew-test-1.0.5.pom | |
| smallcrew-test-1.0.5.jar | 14 KB |
| smallcrew-test-1.0.5-sources.jar | 10 KB |
| smallcrew-test-1.0.5-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.5</version>
</dependency>
// https://jarcasting.com/artifacts/fr.smallcrew.foundation/smallcrew-test/
implementation 'fr.smallcrew.foundation:smallcrew-test:1.0.5'
// https://jarcasting.com/artifacts/fr.smallcrew.foundation/smallcrew-test/
implementation ("fr.smallcrew.foundation:smallcrew-test:1.0.5")
'fr.smallcrew.foundation:smallcrew-test:jar:1.0.5'
<dependency org="fr.smallcrew.foundation" name="smallcrew-test" rev="1.0.5">
<artifact name="smallcrew-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.smallcrew.foundation', module='smallcrew-test', version='1.0.5')
)
libraryDependencies += "fr.smallcrew.foundation" % "smallcrew-test" % "1.0.5"
[fr.smallcrew.foundation/smallcrew-test "1.0.5"]