| GroupId | GroupIdio.dfinery |
|---|---|
| ArtifactId | ArtifactIdcore |
| Version | Version2.0.0.5 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| core-2.0.0.5.pom | |
| core-2.0.0.5-sources.jar | 98 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.dfinery/core/ -->
<dependency>
<groupId>io.dfinery</groupId>
<artifactId>core</artifactId>
<version>2.0.0.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.dfinery/core/
implementation 'io.dfinery:core:2.0.0.5'
// https://jarcasting.com/artifacts/io.dfinery/core/
implementation ("io.dfinery:core:2.0.0.5")
'io.dfinery:core:aar:2.0.0.5'
<dependency org="io.dfinery" name="core" rev="2.0.0.5">
<artifact name="core" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.dfinery', module='core', version='2.0.0.5')
)
libraryDependencies += "io.dfinery" % "core" % "2.0.0.5"
[io.dfinery/core "2.0.0.5"]