| Группа | Группаcom.github.jnoee |
|---|---|
| Идентификатор | Идентификаторxo-starter-jpa |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| xo-starter-jpa-1.0.0.pom | |
| xo-starter-jpa-1.0.0.jar | 37 KB |
| xo-starter-jpa-1.0.0-sources.jar | 22 KB |
| xo-starter-jpa-1.0.0-javadoc.jar | 173 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.jnoee/xo-starter-jpa/ -->
<dependency>
<groupId>com.github.jnoee</groupId>
<artifactId>xo-starter-jpa</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jnoee/xo-starter-jpa/
implementation 'com.github.jnoee:xo-starter-jpa:1.0.0'
// https://jarcasting.com/artifacts/com.github.jnoee/xo-starter-jpa/
implementation ("com.github.jnoee:xo-starter-jpa:1.0.0")
'com.github.jnoee:xo-starter-jpa:jar:1.0.0'
<dependency org="com.github.jnoee" name="xo-starter-jpa" rev="1.0.0">
<artifact name="xo-starter-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jnoee', module='xo-starter-jpa', version='1.0.0')
)
libraryDependencies += "com.github.jnoee" % "xo-starter-jpa" % "1.0.0"
[com.github.jnoee/xo-starter-jpa "1.0.0"]