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