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