Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdorg.scala-sbt |
ArtifactId | ArtifactIdcommand_2.12 |
Version | Version1.3.3 |
Type | Typejar |
Filename | Size |
---|---|
command_2.12-1.3.3.pom | |
command_2.12-1.3.3.jar | 357 KB |
command_2.12-1.3.3-sources.jar | 43 KB |
command_2.12-1.3.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.scala-sbt/command_2.12/
implementation 'org.scala-sbt:command_2.12:1.3.3'
// https://jarcasting.com/artifacts/org.scala-sbt/command_2.12/
implementation ("org.scala-sbt:command_2.12:1.3.3")
'org.scala-sbt:command_2.12:jar:1.3.3'
<dependency org="org.scala-sbt" name="command_2.12" rev="1.3.3">
<artifact name="command_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scala-sbt', module='command_2.12', version='1.3.3')
)
libraryDependencies += "org.scala-sbt" % "command_2.12" % "1.3.3"
[org.scala-sbt/command_2.12 "1.3.3"]