Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdorg.scala-sbt |
ArtifactId | ArtifactIdcontraband_2.10 |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
contraband_2.10-0.4.0.pom | |
contraband_2.10-0.4.0.jar | 668 KB |
contraband_2.10-0.4.0-tests-javadoc.jar | 553 KB |
contraband_2.10-0.4.0-sources.jar | 31 KB |
contraband_2.10-0.4.0-javadoc.jar | 700 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.scala-sbt/contraband_2.10/ -->
<dependency>
<groupId>org.scala-sbt</groupId>
<artifactId>contraband_2.10</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.scala-sbt/contraband_2.10/
implementation 'org.scala-sbt:contraband_2.10:0.4.0'
// https://jarcasting.com/artifacts/org.scala-sbt/contraband_2.10/
implementation ("org.scala-sbt:contraband_2.10:0.4.0")
'org.scala-sbt:contraband_2.10:jar:0.4.0'
<dependency org="org.scala-sbt" name="contraband_2.10" rev="0.4.0">
<artifact name="contraband_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scala-sbt', module='contraband_2.10', version='0.4.0')
)
libraryDependencies += "org.scala-sbt" % "contraband_2.10" % "0.4.0"
[org.scala-sbt/contraband_2.10 "0.4.0"]