License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.servicestack |
ArtifactId | ArtifactIdgistcafe |
Version | Version0.0.7 |
Type | Typejar |
Description |
Descriptiongistcafe
gist.cafe utils for Kotlin
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gistcafe-0.0.7.pom | |
gistcafe-0.0.7.jar | 11 KB |
gistcafe-0.0.7-sources.jar | 2 KB |
gistcafe-0.0.7-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/net.servicestack/gistcafe/ -->
<dependency>
<groupId>net.servicestack</groupId>
<artifactId>gistcafe</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/net.servicestack/gistcafe/
implementation 'net.servicestack:gistcafe:0.0.7'
// https://jarcasting.com/artifacts/net.servicestack/gistcafe/
implementation ("net.servicestack:gistcafe:0.0.7")
'net.servicestack:gistcafe:jar:0.0.7'
<dependency org="net.servicestack" name="gistcafe" rev="0.0.7">
<artifact name="gistcafe" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.servicestack', module='gistcafe', version='0.0.7')
)
libraryDependencies += "net.servicestack" % "gistcafe" % "0.0.7"
[net.servicestack/gistcafe "0.0.7"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.21 |
com.google.code.gson : gson | jar | 2.8.6 |
Group / Artifact | Type | Version |
---|---|---|
org.junit : junit-bom | jar | 5.7.0 |
org.junit.jupiter : junit-jupiter | jar |