Categories |
CategoriesData Net Ebean ORM |
---|---|
GroupId | GroupIdnet.onebean |
ArtifactId | ArtifactIdnet.onebean.data.cloud |
Last Version | Last Version1.0.1.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
<!-- https://jarcasting.com/artifacts/net.onebean/net.onebean.data.cloud/ -->
<dependency>
<groupId>net.onebean</groupId>
<artifactId>net.onebean.data.cloud</artifactId>
<version>1.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/net.onebean/net.onebean.data.cloud/
implementation 'net.onebean:net.onebean.data.cloud:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/net.onebean/net.onebean.data.cloud/
implementation ("net.onebean:net.onebean.data.cloud:1.0.1.RELEASE")
'net.onebean:net.onebean.data.cloud:jar:1.0.1.RELEASE'
<dependency org="net.onebean" name="net.onebean.data.cloud" rev="1.0.1.RELEASE">
<artifact name="net.onebean.data.cloud" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.onebean', module='net.onebean.data.cloud', version='1.0.1.RELEASE')
)
libraryDependencies += "net.onebean" % "net.onebean.data.cloud" % "1.0.1.RELEASE"
[net.onebean/net.onebean.data.cloud "1.0.1.RELEASE"]