Glove Utilities

some utils to read and write glove files

License

License

GroupId

GroupId

de.jungblut.glove
ArtifactId

ArtifactId

glove
Last Version

Last Version

0.3
Release Date

Release Date

Type

Type

jar
Description

Description

Glove Utilities
some utils to read and write glove files

Download glove

How to add to project

<!-- 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"]

Dependencies

compile (4)

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

Project Modules

There are no modules declared in this project.

Versions

Version
0.3
0.2
0.1