Categories |
CategoriesData |
---|---|
GroupId | GroupIdclub.spreadme |
ArtifactId | ArtifactIdspreaddatabase |
Version | Version1.4.6 |
Type | Typejar |
Filename | Size |
---|---|
spreaddatabase-1.4.6.pom | |
spreaddatabase-1.4.6.jar | 108 KB |
spreaddatabase-1.4.6-sources.jar | 90 KB |
spreaddatabase-1.4.6-javadoc.jar | 610 KB |
Browse |
<!-- https://jarcasting.com/artifacts/club.spreadme/spreaddatabase/ -->
<dependency>
<groupId>club.spreadme</groupId>
<artifactId>spreaddatabase</artifactId>
<version>1.4.6</version>
</dependency>
// https://jarcasting.com/artifacts/club.spreadme/spreaddatabase/
implementation 'club.spreadme:spreaddatabase:1.4.6'
// https://jarcasting.com/artifacts/club.spreadme/spreaddatabase/
implementation ("club.spreadme:spreaddatabase:1.4.6")
'club.spreadme:spreaddatabase:jar:1.4.6'
<dependency org="club.spreadme" name="spreaddatabase" rev="1.4.6">
<artifact name="spreaddatabase" type="jar" />
</dependency>
@Grapes(
@Grab(group='club.spreadme', module='spreaddatabase', version='1.4.6')
)
libraryDependencies += "club.spreadme" % "spreaddatabase" % "1.4.6"
[club.spreadme/spreaddatabase "1.4.6"]