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