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