License |
License |
---|---|
GroupId | GroupIdcom.github.davidmoten |
ArtifactId | ArtifactIdjsmaz |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjsmaz
Small string compression library
|
Project URL |
Project URL |
Filename | Size |
---|---|
jsmaz-0.1.pom | |
jsmaz-0.1.jar | 10 KB |
jsmaz-0.1-sources.jar | 5 KB |
jsmaz-0.1-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.davidmoten/jsmaz/ -->
<dependency>
<groupId>com.github.davidmoten</groupId>
<artifactId>jsmaz</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidmoten/jsmaz/
implementation 'com.github.davidmoten:jsmaz:0.1'
// https://jarcasting.com/artifacts/com.github.davidmoten/jsmaz/
implementation ("com.github.davidmoten:jsmaz:0.1")
'com.github.davidmoten:jsmaz:jar:0.1'
<dependency org="com.github.davidmoten" name="jsmaz" rev="0.1">
<artifact name="jsmaz" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.davidmoten', module='jsmaz', version='0.1')
)
libraryDependencies += "com.github.davidmoten" % "jsmaz" % "0.1"
[com.github.davidmoten/jsmaz "0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |