| License |
License |
|---|---|
| GroupId | GroupIdio.joshworks |
| ArtifactId | ArtifactIdsnappy |
| Version | Version0.2 |
| Type | Typejar |
| Description |
DescriptionA tiny and powerful server for Java 8
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| snappy-0.2.pom | |
| snappy-0.2.jar | 128 KB |
| snappy-0.2-sources.jar | 87 KB |
| snappy-0.2-javadoc.jar | 489 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.joshworks/snappy/ -->
<dependency>
<groupId>io.joshworks</groupId>
<artifactId>snappy</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.joshworks/snappy/
implementation 'io.joshworks:snappy:0.2'
// https://jarcasting.com/artifacts/io.joshworks/snappy/
implementation ("io.joshworks:snappy:0.2")
'io.joshworks:snappy:jar:0.2'
<dependency org="io.joshworks" name="snappy" rev="0.2">
<artifact name="snappy" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.joshworks', module='snappy', version='0.2')
)
libraryDependencies += "io.joshworks" % "snappy" % "0.2"
[io.joshworks/snappy "0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.undertow : undertow-core | jar | 2.0.0.Alpha1 |
| com.google.code.gson : gson | jar | 2.8.0 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| com.mashape.unirest : unirest-java | jar | 1.4.9 |
| org.apache.httpcomponents : httpclient | jar | 4.3.6 |
| org.apache.httpcomponents : httpasyncclient | jar | 4.0.2 |
| org.apache.httpcomponents : httpmime | jar | 4.3.6 |
| org.json : json | jar | 20140107 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |