Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdxyz.cssxsh.mirai |
ArtifactId | ArtifactIdmirai-hibernate-plugin |
Version | Version2.0.0-RC1 |
Type | Typepom |
Filename | Size |
---|---|
mirai-hibernate-plugin-2.0.0-RC1.pom | |
mirai-hibernate-plugin-2.0.0-RC1-sources.jar | 10 KB |
mirai-hibernate-plugin-2.0.0-RC1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.cssxsh.mirai/mirai-hibernate-plugin/ -->
<dependency>
<groupId>xyz.cssxsh.mirai</groupId>
<artifactId>mirai-hibernate-plugin</artifactId>
<version>2.0.0-RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/xyz.cssxsh.mirai/mirai-hibernate-plugin/
implementation 'xyz.cssxsh.mirai:mirai-hibernate-plugin:2.0.0-RC1'
// https://jarcasting.com/artifacts/xyz.cssxsh.mirai/mirai-hibernate-plugin/
implementation ("xyz.cssxsh.mirai:mirai-hibernate-plugin:2.0.0-RC1")
'xyz.cssxsh.mirai:mirai-hibernate-plugin:pom:2.0.0-RC1'
<dependency org="xyz.cssxsh.mirai" name="mirai-hibernate-plugin" rev="2.0.0-RC1">
<artifact name="mirai-hibernate-plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='xyz.cssxsh.mirai', module='mirai-hibernate-plugin', version='2.0.0-RC1')
)
libraryDependencies += "xyz.cssxsh.mirai" % "mirai-hibernate-plugin" % "2.0.0-RC1"
[xyz.cssxsh.mirai/mirai-hibernate-plugin "2.0.0-RC1"]