| License |
License |
|---|---|
| GroupId | GroupIdme.lucko |
| ArtifactId | ArtifactIdjar-relocator |
| Version | Version1.4 |
| Type | Typejar |
| Description |
Descriptionjar-relocator
Utility to relocate classes within Jar archives
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jar-relocator-1.4.pom | |
| jar-relocator-1.4.jar | 14 KB |
| jar-relocator-1.4-sources.jar | 12 KB |
| jar-relocator-1.4-javadoc.jar | 28 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/me.lucko/jar-relocator/ -->
<dependency>
<groupId>me.lucko</groupId>
<artifactId>jar-relocator</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/me.lucko/jar-relocator/
implementation 'me.lucko:jar-relocator:1.4'
// https://jarcasting.com/artifacts/me.lucko/jar-relocator/
implementation ("me.lucko:jar-relocator:1.4")
'me.lucko:jar-relocator:jar:1.4'
<dependency org="me.lucko" name="jar-relocator" rev="1.4">
<artifact name="jar-relocator" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.lucko', module='jar-relocator', version='1.4')
)
libraryDependencies += "me.lucko" % "jar-relocator" % "1.4"
[me.lucko/jar-relocator "1.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.ow2.asm : asm | jar | 7.1 |
| org.ow2.asm : asm-commons | jar | 7.1 |