GroupId | GroupIdcom.github.harbby |
---|---|
ArtifactId | ArtifactIdes-shaded |
Version | Version5.6.0-1 |
Type | Typejar |
Filename | Size |
---|---|
es-shaded-5.6.0-1.pom | |
es-shaded-5.6.0-1.jar | 261 bytes |
es-shaded-5.6.0-1-sources.jar | 261 bytes |
es-shaded-5.6.0-1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.harbby/es-shaded/ -->
<dependency>
<groupId>com.github.harbby</groupId>
<artifactId>es-shaded</artifactId>
<version>5.6.0-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.harbby/es-shaded/
implementation 'com.github.harbby:es-shaded:5.6.0-1'
// https://jarcasting.com/artifacts/com.github.harbby/es-shaded/
implementation ("com.github.harbby:es-shaded:5.6.0-1")
'com.github.harbby:es-shaded:jar:5.6.0-1'
<dependency org="com.github.harbby" name="es-shaded" rev="5.6.0-1">
<artifact name="es-shaded" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.harbby', module='es-shaded', version='5.6.0-1')
)
libraryDependencies += "com.github.harbby" % "es-shaded" % "5.6.0-1"
[com.github.harbby/es-shaded "5.6.0-1"]