Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdorg.scala-sbt |
ArtifactId | ArtifactIdcontraband_2.10 |
Version | Version0.4.3 |
Type | Typejar |
Filename | Size |
---|---|
contraband_2.10-0.4.3.pom | |
contraband_2.10-0.4.3.jar | 672 KB |
contraband_2.10-0.4.3-sources.jar | 31 KB |
contraband_2.10-0.4.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.scala-sbt/contraband_2.10/
implementation 'org.scala-sbt:contraband_2.10:0.4.3'
// https://jarcasting.com/artifacts/org.scala-sbt/contraband_2.10/
implementation ("org.scala-sbt:contraband_2.10:0.4.3")
'org.scala-sbt:contraband_2.10:jar:0.4.3'
<dependency org="org.scala-sbt" name="contraband_2.10" rev="0.4.3">
<artifact name="contraband_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scala-sbt', module='contraband_2.10', version='0.4.3')
)
libraryDependencies += "org.scala-sbt" % "contraband_2.10" % "0.4.3"
[org.scala-sbt/contraband_2.10 "0.4.3"]