GroupId | GroupIdco.early.fore |
---|---|
ArtifactId | ArtifactIdfore-core-kt |
Version | Version1.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
fore-core-kt-1.1.0.pom | |
fore-core-kt-1.1.0.aar | 39 KB |
fore-core-kt-1.1.0-sources.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/co.early.fore/fore-core-kt/ -->
<dependency>
<groupId>co.early.fore</groupId>
<artifactId>fore-core-kt</artifactId>
<version>1.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/co.early.fore/fore-core-kt/
implementation 'co.early.fore:fore-core-kt:1.1.0'
// https://jarcasting.com/artifacts/co.early.fore/fore-core-kt/
implementation ("co.early.fore:fore-core-kt:1.1.0")
'co.early.fore:fore-core-kt:aar:1.1.0'
<dependency org="co.early.fore" name="fore-core-kt" rev="1.1.0">
<artifact name="fore-core-kt" type="aar" />
</dependency>
@Grapes(
@Grab(group='co.early.fore', module='fore-core-kt', version='1.1.0')
)
libraryDependencies += "co.early.fore" % "fore-core-kt" % "1.1.0"
[co.early.fore/fore-core-kt "1.1.0"]