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