Categories |
CategoriesData ORM |
---|---|
GroupId | GroupIdorg.beangle.data |
ArtifactId | ArtifactIdbeangle-data-orm_2.12 |
Version | Version5.1.1 |
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.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.beangle.data/beangle-data-orm_2.12/
implementation 'org.beangle.data:beangle-data-orm_2.12:5.1.1'
// https://jarcasting.com/artifacts/org.beangle.data/beangle-data-orm_2.12/
implementation ("org.beangle.data:beangle-data-orm_2.12:5.1.1")
'org.beangle.data:beangle-data-orm_2.12:jar:5.1.1'
<dependency org="org.beangle.data" name="beangle-data-orm_2.12" rev="5.1.1">
<artifact name="beangle-data-orm_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.beangle.data', module='beangle-data-orm_2.12', version='5.1.1')
)
libraryDependencies += "org.beangle.data" % "beangle-data-orm_2.12" % "5.1.1"
[org.beangle.data/beangle-data-orm_2.12 "5.1.1"]