| GroupId | GroupIdcat.rokubun.core |
|---|---|
| ArtifactId | ArtifactIdcore |
| Version | Version6.6.18 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| core-6.6.18.pom | |
| core-6.6.18-sources.jar | 46 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cat.rokubun.core/core/ -->
<dependency>
<groupId>cat.rokubun.core</groupId>
<artifactId>core</artifactId>
<version>6.6.18</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/cat.rokubun.core/core/
implementation 'cat.rokubun.core:core:6.6.18'
// https://jarcasting.com/artifacts/cat.rokubun.core/core/
implementation ("cat.rokubun.core:core:6.6.18")
'cat.rokubun.core:core:aar:6.6.18'
<dependency org="cat.rokubun.core" name="core" rev="6.6.18">
<artifact name="core" type="aar" />
</dependency>
@Grapes(
@Grab(group='cat.rokubun.core', module='core', version='6.6.18')
)
libraryDependencies += "cat.rokubun.core" % "core" % "6.6.18"
[cat.rokubun.core/core "6.6.18"]