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