License |
License |
---|---|
Categories |
CategoriesLeaf Data Databases |
GroupId | GroupIdio.github.copper-leaf |
ArtifactId | ArtifactIdkrow-core-android |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionkrow-core
A small library for generating tables in ASCII or HTML formats, built with Kotlin's type-safe builders
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
krow-core-android-1.0.0.pom | |
krow-core-android-1.0.0-sources.jar | 25 KB |
krow-core-android-1.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.copper-leaf/krow-core-android/ -->
<dependency>
<groupId>io.github.copper-leaf</groupId>
<artifactId>krow-core-android</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.copper-leaf/krow-core-android/
implementation 'io.github.copper-leaf:krow-core-android:1.0.0'
// https://jarcasting.com/artifacts/io.github.copper-leaf/krow-core-android/
implementation ("io.github.copper-leaf:krow-core-android:1.0.0")
'io.github.copper-leaf:krow-core-android:aar:1.0.0'
<dependency org="io.github.copper-leaf" name="krow-core-android" rev="1.0.0">
<artifact name="krow-core-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.copper-leaf', module='krow-core-android', version='1.0.0')
)
libraryDependencies += "io.github.copper-leaf" % "krow-core-android" % "1.0.0"
[io.github.copper-leaf/krow-core-android "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.32 |
org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.4.32 |