| License |
License |
|---|---|
| Categories |
CategoriesScala Languages |
| GroupId | GroupIdcom.buransky |
| ArtifactId | ArtifactIdscala-struct |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionScala Struct
Scala library for memory-optimized structures.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| scala-struct-1.0.0.pom | |
| scala-struct-1.0.0.jar | 76 KB |
| scala-struct-1.0.0-sources.jar | 7 KB |
| scala-struct-1.0.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.buransky/scala-struct/ -->
<dependency>
<groupId>com.buransky</groupId>
<artifactId>scala-struct</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.buransky/scala-struct/
implementation 'com.buransky:scala-struct:1.0.0'
// https://jarcasting.com/artifacts/com.buransky/scala-struct/
implementation ("com.buransky:scala-struct:1.0.0")
'com.buransky:scala-struct:jar:1.0.0'
<dependency org="com.buransky" name="scala-struct" rev="1.0.0">
<artifact name="scala-struct" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.buransky', module='scala-struct', version='1.0.0')
)
libraryDependencies += "com.buransky" % "scala-struct" % "1.0.0"
[com.buransky/scala-struct "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.11.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| net.sourceforge.cobertura : cobertura | jar | 2.0.3 |
| org.scalacheck : scalacheck_2.11 | jar | 1.11.6 |
| org.mockito : mockito-all | jar | 1.9.5 |
| junit : junit | jar | 4.11 |
| org.scalatest : scalatest_2.11 | jar | 2.2.2 |