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