Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.servicestack |
ArtifactId | ArtifactIdgistcafe |
Version | Version0.0.6 |
Type | Typejar |
Filename | Size |
---|---|
gistcafe-0.0.6.pom | |
gistcafe-0.0.6.jar | 11 KB |
gistcafe-0.0.6-sources.jar | 2 KB |
gistcafe-0.0.6-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/net.servicestack/gistcafe/ -->
<dependency>
<groupId>net.servicestack</groupId>
<artifactId>gistcafe</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.servicestack/gistcafe/
implementation 'net.servicestack:gistcafe:0.0.6'
// https://jarcasting.com/artifacts/net.servicestack/gistcafe/
implementation ("net.servicestack:gistcafe:0.0.6")
'net.servicestack:gistcafe:jar:0.0.6'
<dependency org="net.servicestack" name="gistcafe" rev="0.0.6">
<artifact name="gistcafe" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.servicestack', module='gistcafe', version='0.0.6')
)
libraryDependencies += "net.servicestack" % "gistcafe" % "0.0.6"
[net.servicestack/gistcafe "0.0.6"]