GroupId | GroupIdorg.cinchapi |
---|---|
ArtifactId | ArtifactIdrunway |
Version | Version0.1.5 |
Type | Typejar |
Filename | Size |
---|---|
runway-0.1.5.pom | |
runway-0.1.5.jar | 28 KB |
runway-0.1.5-sources.jar | 21 KB |
runway-0.1.5-javadoc.jar | 89 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cinchapi/runway/ -->
<dependency>
<groupId>org.cinchapi</groupId>
<artifactId>runway</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.cinchapi/runway/
implementation 'org.cinchapi:runway:0.1.5'
// https://jarcasting.com/artifacts/org.cinchapi/runway/
implementation ("org.cinchapi:runway:0.1.5")
'org.cinchapi:runway:jar:0.1.5'
<dependency org="org.cinchapi" name="runway" rev="0.1.5">
<artifact name="runway" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cinchapi', module='runway', version='0.1.5')
)
libraryDependencies += "org.cinchapi" % "runway" % "0.1.5"
[org.cinchapi/runway "0.1.5"]