| Категории |
КатегорииORM Данные |
|---|---|
| Группа | Группаcom.github.xuerong |
| Идентификатор | Идентификаторpeony-platform |
| Версия | Версия1.0.0-RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| peony-platform-1.0.0-RELEASE.pom | |
| peony-platform-1.0.0-RELEASE.jar | 163 KB |
| peony-platform-1.0.0-RELEASE-sources.jar | 146 KB |
| peony-platform-1.0.0-RELEASE-javadoc.jar | 109 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.xuerong/peony-platform/ -->
<dependency>
<groupId>com.github.xuerong</groupId>
<artifactId>peony-platform</artifactId>
<version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xuerong/peony-platform/
implementation 'com.github.xuerong:peony-platform:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.xuerong/peony-platform/
implementation ("com.github.xuerong:peony-platform:1.0.0-RELEASE")
'com.github.xuerong:peony-platform:jar:1.0.0-RELEASE'
<dependency org="com.github.xuerong" name="peony-platform" rev="1.0.0-RELEASE">
<artifact name="peony-platform" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xuerong', module='peony-platform', version='1.0.0-RELEASE')
)
libraryDependencies += "com.github.xuerong" % "peony-platform" % "1.0.0-RELEASE"
[com.github.xuerong/peony-platform "1.0.0-RELEASE"]