is not current version
Last Version 0.9.0

org.y-op:yop 0.8.0

YOP is a lightweight ORM wannabe. Hit and run, no session, no bytecode generation, SQL-like syntax. Strong constraints on the Database schema. Java 8 is required. Ω≡{Ⓐ}

GroupId

GroupId

org.y-op
ArtifactId

ArtifactId

yop
Version

Version

0.8.0
Type

Type

jar

Download yop 0.8.0


<!-- https://jarcasting.com/artifacts/org.y-op/yop/ -->
<dependency>
    <groupId>org.y-op</groupId>
    <artifactId>yop</artifactId>
    <version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.y-op/yop/
implementation 'org.y-op:yop:0.8.0'
// https://jarcasting.com/artifacts/org.y-op/yop/
implementation ("org.y-op:yop:0.8.0")
'org.y-op:yop:jar:0.8.0'
<dependency org="org.y-op" name="yop" rev="0.8.0">
  <artifact name="yop" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.y-op', module='yop', version='0.8.0')
)
libraryDependencies += "org.y-op" % "yop" % "0.8.0"
[org.y-op/yop "0.8.0"]