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