| GroupId | GroupIdcom.github.hexocraft |
|---|---|
| ArtifactId | ArtifactIdDependencyManagerRelocator |
| Version | Version1.2 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.hexocraft/DependencyManagerRelocator/ -->
<dependency>
<groupId>com.github.hexocraft</groupId>
<artifactId>DependencyManagerRelocator</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hexocraft/DependencyManagerRelocator/
implementation 'com.github.hexocraft:DependencyManagerRelocator:1.2'
// https://jarcasting.com/artifacts/com.github.hexocraft/DependencyManagerRelocator/
implementation ("com.github.hexocraft:DependencyManagerRelocator:1.2")
'com.github.hexocraft:DependencyManagerRelocator:jar:1.2'
<dependency org="com.github.hexocraft" name="DependencyManagerRelocator" rev="1.2">
<artifact name="DependencyManagerRelocator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hexocraft', module='DependencyManagerRelocator', version='1.2')
)
libraryDependencies += "com.github.hexocraft" % "DependencyManagerRelocator" % "1.2"
[com.github.hexocraft/DependencyManagerRelocator "1.2"]