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