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