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