de.unistuttgart.ims.commons

A collection of commonly used classes and functions.

License

License

GroupId

GroupId

de.unistuttgart.ims
ArtifactId

ArtifactId

commons
Last Version

Last Version

0.1
Release Date

Release Date

Type

Type

jar
Description

Description

de.unistuttgart.ims.commons
A collection of commonly used classes and functions.
Project URL

Project URL

https://github.com/nilsreiter/commons
Source Code Management

Source Code Management

https://github.com/nilsreiter/commons

Download commons

How to add to project

<!-- https://jarcasting.com/artifacts/de.unistuttgart.ims/commons/ -->
<dependency>
    <groupId>de.unistuttgart.ims</groupId>
    <artifactId>commons</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.unistuttgart.ims/commons/
implementation 'de.unistuttgart.ims:commons:0.1'
// https://jarcasting.com/artifacts/de.unistuttgart.ims/commons/
implementation ("de.unistuttgart.ims:commons:0.1")
'de.unistuttgart.ims:commons:jar:0.1'
<dependency org="de.unistuttgart.ims" name="commons" rev="0.1">
  <artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.unistuttgart.ims', module='commons', version='0.1')
)
libraryDependencies += "de.unistuttgart.ims" % "commons" % "0.1"
[de.unistuttgart.ims/commons "0.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.commons : commons-math3 jar 3.5

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Build Status

commons

A collection of various functions and classes that I often use.

Components

  • Counter: A class based on a hash map that counts things.

Versions

Version
0.1