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