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