GroupId | GroupIdio.hexhacking |
---|---|
ArtifactId | ArtifactIdxdl |
Version | Version1.0.3 |
Type | Typeaar |
Filename | Size |
---|---|
xdl-1.0.3.pom | |
xdl-1.0.3-sources.jar | 261 bytes |
xdl-1.0.3-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.hexhacking/xdl/ -->
<dependency>
<groupId>io.hexhacking</groupId>
<artifactId>xdl</artifactId>
<version>1.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.hexhacking/xdl/
implementation 'io.hexhacking:xdl:1.0.3'
// https://jarcasting.com/artifacts/io.hexhacking/xdl/
implementation ("io.hexhacking:xdl:1.0.3")
'io.hexhacking:xdl:aar:1.0.3'
<dependency org="io.hexhacking" name="xdl" rev="1.0.3">
<artifact name="xdl" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.hexhacking', module='xdl', version='1.0.3')
)
libraryDependencies += "io.hexhacking" % "xdl" % "1.0.3"
[io.hexhacking/xdl "1.0.3"]