is not current version
Last Version 0.1.6

org.cinchapi:runway 0.1.5

The official ORM (Object-Record Mapping) framework for Concourse

GroupId

GroupId

org.cinchapi
ArtifactId

ArtifactId

runway
Version

Version

0.1.5
Type

Type

jar

Download runway 0.1.5


<!-- 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"]