License |
License |
---|---|
GroupId | GroupIdde.jungblut.glove |
ArtifactId | ArtifactIdglove |
Last Version | Last Version0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGlove Utilities
some utils to read and write glove files
|
Filename | Size |
---|---|
glove-0.3.pom | |
glove-0.3.jar | 31 KB |
glove-0.3-sources.jar | 10 KB |
glove-0.3-javadoc.jar | 90 KB |
glove-0.3-jar-with-dependencies.jar | 21 MB |
Browse |
<!-- https://jarcasting.com/artifacts/de.jungblut.glove/glove/ -->
<dependency>
<groupId>de.jungblut.glove</groupId>
<artifactId>glove</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.jungblut.glove/glove/
implementation 'de.jungblut.glove:glove:0.3'
// https://jarcasting.com/artifacts/de.jungblut.glove/glove/
implementation ("de.jungblut.glove:glove:0.3")
'de.jungblut.glove:glove:jar:0.3'
<dependency org="de.jungblut.glove" name="glove" rev="0.3">
<artifact name="glove" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.jungblut.glove', module='glove', version='0.3')
)
libraryDependencies += "de.jungblut.glove" % "glove" % "0.3"
[de.jungblut.glove/glove "0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 17.0 |
net.sf.trove4j : trove4j | jar | 3.0.2 |
de.jungblut.common : thomasjungblut-common | jar | 1.0 |
de.jungblut.math : tjungblut-math | jar | 1.2 |