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