Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdorg.scala-tools |
ArtifactId | ArtifactIdprocess |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
process-0.1.pom | |
process-0.1.jar | 83 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.scala-tools/process/ -->
<dependency>
<groupId>org.scala-tools</groupId>
<artifactId>process</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.scala-tools/process/
implementation 'org.scala-tools:process:0.1'
// https://jarcasting.com/artifacts/org.scala-tools/process/
implementation ("org.scala-tools:process:0.1")
'org.scala-tools:process:jar:0.1'
<dependency org="org.scala-tools" name="process" rev="0.1">
<artifact name="process" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scala-tools', module='process', version='0.1')
)
libraryDependencies += "org.scala-tools" % "process" % "0.1"
[org.scala-tools/process "0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.7.5 |