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