c

contraband_3

Contraband is a description language for your datatypes and APIs, currently targeting Java and Scala.
http://scala-sbt.org/contraband
Apache-2.0
sbt
Eugene Yokota Dale Wijnand Martin Duhem
Files download
File Operation
contraband_3-0.7.0.jar download
contraband_3-0.7.0.pom download
contraband_3-0.7.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.scala-sbt</groupId>
  <artifactId>contraband_3</artifactId>
  <version>0.7.0</version>
</dependency>
Gradle Groovy
implementation 'org.scala-sbt:contraband_3:0.7.0'
Gradle Kotlin
implementation("org.scala-sbt:contraband_3:0.7.0")
Scala SBT
libraryDependencies += "org.scala-sbt" % "contraband_3" % "0.7.0"
Groovy Grape
@Grapes(
  @Grab(group='org.scala-sbt', module='contraband_3', version='0.7.0')
)
Apache Ivy
<dependency org="org.scala-sbt" name="contraband_3" rev="0.7.0" />
Leiningen
[org.scala-sbt/contraband_3 "0.7.0"]
Apache Buildr
'org.scala-sbt:contraband_3:jar:0.7.0'