| GroupId | GroupIdcom.github.erd |
|---|---|
| ArtifactId | ArtifactIdshiv |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| shiv-1.0.0.pom | |
| shiv-1.0.0.jar | 9 KB |
| shiv-1.0.0-sources.jar | 6 KB |
| shiv-1.0.0-javadoc.jar | 80 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.erd/shiv/ -->
<dependency>
<groupId>com.github.erd</groupId>
<artifactId>shiv</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.erd/shiv/
implementation 'com.github.erd:shiv:1.0.0'
// https://jarcasting.com/artifacts/com.github.erd/shiv/
implementation ("com.github.erd:shiv:1.0.0")
'com.github.erd:shiv:jar:1.0.0'
<dependency org="com.github.erd" name="shiv" rev="1.0.0">
<artifact name="shiv" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.erd', module='shiv', version='1.0.0')
)
libraryDependencies += "com.github.erd" % "shiv" % "1.0.0"
[com.github.erd/shiv "1.0.0"]