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