| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.xuerong |
| Идентификатор | Идентификаторpeony-core |
| Версия | Версия1.0.1-RELEASE |
| Тип | Типjar |
| Описание |
Описаниеpeony-core 1.0.1-RELEASE
Top Peony project pom.xml file
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| peony-core-1.0.1-RELEASE.pom | |
| peony-core-1.0.1-RELEASE.jar | 356 KB |
| peony-core-1.0.1-RELEASE-sources.jar | 214 KB |
| peony-core-1.0.1-RELEASE-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.xuerong/peony-core/ -->
<dependency>
<groupId>com.github.xuerong</groupId>
<artifactId>peony-core</artifactId>
<version>1.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xuerong/peony-core/
implementation 'com.github.xuerong:peony-core:1.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.xuerong/peony-core/
implementation ("com.github.xuerong:peony-core:1.0.1-RELEASE")
'com.github.xuerong:peony-core:jar:1.0.1-RELEASE'
<dependency org="com.github.xuerong" name="peony-core" rev="1.0.1-RELEASE">
<artifact name="peony-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xuerong', module='peony-core', version='1.0.1-RELEASE')
)
libraryDependencies += "com.github.xuerong" % "peony-core" % "1.0.1-RELEASE"
[com.github.xuerong/peony-core "1.0.1-RELEASE"]