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