Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdorg.scala-sbt |
ArtifactId | ArtifactIdcommand_2.12 |
Version | Version1.3.12 |
Type | Typejar |
Filename | Size |
---|---|
command_2.12-1.3.12.pom | |
command_2.12-1.3.12.jar | 357 KB |
command_2.12-1.3.12-sources.jar | 43 KB |
command_2.12-1.3.12-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.scala-sbt/command_2.12/ -->
<dependency>
<groupId>org.scala-sbt</groupId>
<artifactId>command_2.12</artifactId>
<version>1.3.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.scala-sbt/command_2.12/
implementation 'org.scala-sbt:command_2.12:1.3.12'
// https://jarcasting.com/artifacts/org.scala-sbt/command_2.12/
implementation ("org.scala-sbt:command_2.12:1.3.12")
'org.scala-sbt:command_2.12:jar:1.3.12'
<dependency org="org.scala-sbt" name="command_2.12" rev="1.3.12">
<artifact name="command_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scala-sbt', module='command_2.12', version='1.3.12')
)
libraryDependencies += "org.scala-sbt" % "command_2.12" % "1.3.12"
[org.scala-sbt/command_2.12 "1.3.12"]