License |
License |
---|---|
GroupId | GroupIdse.lth.immun |
ArtifactId | ArtifactIdCollections |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionse.lth.immun:Collections
Special purpose data collections, implemented in scala
|
Project URL |
Project URL |
Filename | Size |
---|---|
Collections-1.0.0.pom | |
Collections-1.0.0.jar | 57 KB |
Collections-1.0.0-sources.jar | 680 bytes |
Collections-1.0.0-javadoc.jar | 680 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/se.lth.immun/Collections/ -->
<dependency>
<groupId>se.lth.immun</groupId>
<artifactId>Collections</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/se.lth.immun/Collections/
implementation 'se.lth.immun:Collections:1.0.0'
// https://jarcasting.com/artifacts/se.lth.immun/Collections/
implementation ("se.lth.immun:Collections:1.0.0")
'se.lth.immun:Collections:jar:1.0.0'
<dependency org="se.lth.immun" name="Collections" rev="1.0.0">
<artifact name="Collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.lth.immun', module='Collections', version='1.0.0')
)
libraryDependencies += "se.lth.immun" % "Collections" % "1.0.0"
[se.lth.immun/Collections "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.10.0 |
org.apache.commons : commons-math3 | jar | 3.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.9 |
org.scalatest : scalatest_2.10.0 | jar | 2.0.M5 |