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