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