| Категории |
КатегорииHibernate Данные ORM |
|---|---|
| Группа | Группаcom.github.kims-developergroup |
| Идентификатор | Идентификаторhibernate-arcus |
| Версия | Версия1.1.0-RELEASE |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.kims-developergroup/hibernate-arcus/ -->
<dependency>
<groupId>com.github.kims-developergroup</groupId>
<artifactId>hibernate-arcus</artifactId>
<version>1.1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kims-developergroup/hibernate-arcus/
implementation 'com.github.kims-developergroup:hibernate-arcus:1.1.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.kims-developergroup/hibernate-arcus/
implementation ("com.github.kims-developergroup:hibernate-arcus:1.1.0-RELEASE")
'com.github.kims-developergroup:hibernate-arcus:jar:1.1.0-RELEASE'
<dependency org="com.github.kims-developergroup" name="hibernate-arcus" rev="1.1.0-RELEASE">
<artifact name="hibernate-arcus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kims-developergroup', module='hibernate-arcus', version='1.1.0-RELEASE')
)
libraryDependencies += "com.github.kims-developergroup" % "hibernate-arcus" % "1.1.0-RELEASE"
[com.github.kims-developergroup/hibernate-arcus "1.1.0-RELEASE"]