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