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