GroupId | GroupIdorg.shredzone.shariff |
---|---|
ArtifactId | ArtifactIdbackend |
Version | Version1.16 |
Type | Typejar |
Filename | Size |
---|---|
backend-1.16.pom | |
backend-1.16.jar | 28 KB |
backend-1.16-sources.jar | 23 KB |
backend-1.16-javadoc.jar | 526 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.shredzone.shariff/backend/ -->
<dependency>
<groupId>org.shredzone.shariff</groupId>
<artifactId>backend</artifactId>
<version>1.16</version>
</dependency>
// https://jarcasting.com/artifacts/org.shredzone.shariff/backend/
implementation 'org.shredzone.shariff:backend:1.16'
// https://jarcasting.com/artifacts/org.shredzone.shariff/backend/
implementation ("org.shredzone.shariff:backend:1.16")
'org.shredzone.shariff:backend:jar:1.16'
<dependency org="org.shredzone.shariff" name="backend" rev="1.16">
<artifact name="backend" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.shredzone.shariff', module='backend', version='1.16')
)
libraryDependencies += "org.shredzone.shariff" % "backend" % "1.16"
[org.shredzone.shariff/backend "1.16"]