Categories |
CategoriesData ORM |
---|---|
GroupId | GroupIdorg.beangle.data |
ArtifactId | ArtifactIdbeangle-data-orm_2.12 |
Version | Version5.0.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.beangle.data/beangle-data-orm_2.12/ -->
<dependency>
<groupId>org.beangle.data</groupId>
<artifactId>beangle-data-orm_2.12</artifactId>
<version>5.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.beangle.data/beangle-data-orm_2.12/
implementation 'org.beangle.data:beangle-data-orm_2.12:5.0.9'
// https://jarcasting.com/artifacts/org.beangle.data/beangle-data-orm_2.12/
implementation ("org.beangle.data:beangle-data-orm_2.12:5.0.9")
'org.beangle.data:beangle-data-orm_2.12:jar:5.0.9'
<dependency org="org.beangle.data" name="beangle-data-orm_2.12" rev="5.0.9">
<artifact name="beangle-data-orm_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.beangle.data', module='beangle-data-orm_2.12', version='5.0.9')
)
libraryDependencies += "org.beangle.data" % "beangle-data-orm_2.12" % "5.0.9"
[org.beangle.data/beangle-data-orm_2.12 "5.0.9"]