License |
License |
---|---|
GroupId | GroupIdde.unistuttgart.ims |
ArtifactId | ArtifactIdcommons |
Version | Version0.1 |
Type | Typejar |
Description |
Descriptionde.unistuttgart.ims.commons
A collection of commonly used classes and functions.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons-0.1.pom | |
commons-0.1.jar | 4 KB |
commons-0.1-sources.jar | 2 KB |
commons-0.1-javadoc.jar | 28 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-math3 | jar | 3.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |