Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdorg.scala-sbt |
ArtifactId | ArtifactIdcommand_2.11 |
Version | Version0.99.2 |
Type | Typejar |
Filename | Size |
---|---|
command_2.11-0.99.2.pom | |
command_2.11-0.99.2.jar | 247 KB |
command_2.11-0.99.2-sources.jar | 21 KB |
command_2.11-0.99.2-javadoc.jar | 465 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.scala-sbt/command_2.11/ -->
<dependency>
<groupId>org.scala-sbt</groupId>
<artifactId>command_2.11</artifactId>
<version>0.99.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.scala-sbt/command_2.11/
implementation 'org.scala-sbt:command_2.11:0.99.2'
// https://jarcasting.com/artifacts/org.scala-sbt/command_2.11/
implementation ("org.scala-sbt:command_2.11:0.99.2")
'org.scala-sbt:command_2.11:jar:0.99.2'
<dependency org="org.scala-sbt" name="command_2.11" rev="0.99.2">
<artifact name="command_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scala-sbt', module='command_2.11', version='0.99.2')
)
libraryDependencies += "org.scala-sbt" % "command_2.11" % "0.99.2"
[org.scala-sbt/command_2.11 "0.99.2"]