| License |
License
BSD-style
|
|---|---|
| Categories |
CategoriesScala Languages |
| GroupId | GroupIdorg.scalaforge |
| ArtifactId | ArtifactIdscalax |
| Last Version | Last Version0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionScalax
The Scala Community Library (Scalax) is a nascent project to
develop a general utility library for the Scala language, as a
companion to the standard library. All members of the Scala
community are invited to participate, by contributing code and
by reviewing existing contributions.
|
| Filename | Size |
|---|---|
| scalax-0.1.pom | |
| scalax-0.1.jar | 1 MB |
| scalax-0.1-sources.jar | 70 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.scalaforge/scalax/ -->
<dependency>
<groupId>org.scalaforge</groupId>
<artifactId>scalax</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.scalaforge/scalax/
implementation 'org.scalaforge:scalax:0.1'
// https://jarcasting.com/artifacts/org.scalaforge/scalax/
implementation ("org.scalaforge:scalax:0.1")
'org.scalaforge:scalax:jar:0.1'
<dependency org="org.scalaforge" name="scalax" rev="0.1">
<artifact name="scalax" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scalaforge', module='scalax', version='0.1')
)
libraryDependencies += "org.scalaforge" % "scalax" % "0.1"
[org.scalaforge/scalax "0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.5.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | [2.7.1,) |