Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdcom.github.kims-developergroup |
ArtifactId | ArtifactIdhibernate-arcus |
Version | Version1.0.0-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.kims-developergroup/hibernate-arcus/ -->
<dependency>
<groupId>com.github.kims-developergroup</groupId>
<artifactId>hibernate-arcus</artifactId>
<version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kims-developergroup/hibernate-arcus/
implementation 'com.github.kims-developergroup:hibernate-arcus:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.kims-developergroup/hibernate-arcus/
implementation ("com.github.kims-developergroup:hibernate-arcus:1.0.0-RELEASE")
'com.github.kims-developergroup:hibernate-arcus:jar:1.0.0-RELEASE'
<dependency org="com.github.kims-developergroup" name="hibernate-arcus" rev="1.0.0-RELEASE">
<artifact name="hibernate-arcus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kims-developergroup', module='hibernate-arcus', version='1.0.0-RELEASE')
)
libraryDependencies += "com.github.kims-developergroup" % "hibernate-arcus" % "1.0.0-RELEASE"
[com.github.kims-developergroup/hibernate-arcus "1.0.0-RELEASE"]