is not current version
Last Version 0.4.6

org.scala-sbt:contraband_2.11 0.3.0-M2

Contraband is a description language for your datatypes and APIs, currently targeting Java and Scala.

Categories

Categories

Scala Languages
GroupId

GroupId

org.scala-sbt
ArtifactId

ArtifactId

contraband_2.11
Version

Version

0.3.0-M2
Type

Type

jar

Download contraband_2.11 0.3.0-M2


<!-- https://jarcasting.com/artifacts/org.scala-sbt/contraband_2.11/ -->
<dependency>
    <groupId>org.scala-sbt</groupId>
    <artifactId>contraband_2.11</artifactId>
    <version>0.3.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.scala-sbt/contraband_2.11/
implementation 'org.scala-sbt:contraband_2.11:0.3.0-M2'
// https://jarcasting.com/artifacts/org.scala-sbt/contraband_2.11/
implementation ("org.scala-sbt:contraband_2.11:0.3.0-M2")
'org.scala-sbt:contraband_2.11:jar:0.3.0-M2'
<dependency org="org.scala-sbt" name="contraband_2.11" rev="0.3.0-M2">
  <artifact name="contraband_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scala-sbt', module='contraband_2.11', version='0.3.0-M2')
)
libraryDependencies += "org.scala-sbt" % "contraband_2.11" % "0.3.0-M2"
[org.scala-sbt/contraband_2.11 "0.3.0-M2"]