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