c

contract-languages

Files download
File Operation
contract-languages-1.0.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.sebhoss.contract</groupId>
  <artifactId>contract-languages</artifactId>
  <version>1.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.sebhoss.contract:contract-languages:1.0.0'
Gradle Kotlin
implementation("com.github.sebhoss.contract:contract-languages:1.0.0")
Scala SBT
libraryDependencies += "com.github.sebhoss.contract" % "contract-languages" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.sebhoss.contract', module='contract-languages', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.sebhoss.contract" name="contract-languages" rev="1.0.0" />
Leiningen
[com.github.sebhoss.contract/contract-languages "1.0.0"]
Apache Buildr
'com.github.sebhoss.contract:contract-languages:jar:1.0.0'