License |
License |
---|---|
GroupId | GroupIdcom.github.alexsniffin |
ArtifactId | ArtifactIdpackerman_2.12 |
Version | Version0.4.0-RC1 |
Type | Typejar |
Description |
Descriptionpackerman
A lightweight library for general purpose bin-packing of a collection with arbitrary values.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
packerman_2.12-0.4.0-RC1.pom | |
packerman_2.12-0.4.0-RC1.jar | 62 KB |
packerman_2.12-0.4.0-RC1-sources.jar | 6 KB |
packerman_2.12-0.4.0-RC1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.alexsniffin/packerman_2.12/ -->
<dependency>
<groupId>com.github.alexsniffin</groupId>
<artifactId>packerman_2.12</artifactId>
<version>0.4.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.alexsniffin/packerman_2.12/
implementation 'com.github.alexsniffin:packerman_2.12:0.4.0-RC1'
// https://jarcasting.com/artifacts/com.github.alexsniffin/packerman_2.12/
implementation ("com.github.alexsniffin:packerman_2.12:0.4.0-RC1")
'com.github.alexsniffin:packerman_2.12:jar:0.4.0-RC1'
<dependency org="com.github.alexsniffin" name="packerman_2.12" rev="0.4.0-RC1">
<artifact name="packerman_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.alexsniffin', module='packerman_2.12', version='0.4.0-RC1')
)
libraryDependencies += "com.github.alexsniffin" % "packerman_2.12" % "0.4.0-RC1"
[com.github.alexsniffin/packerman_2.12 "0.4.0-RC1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.12.8 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.12 | jar | 3.0.8 |