| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.anji-plus |
| Идентификатор | Идентификаторjob |
| Версия | Версия1.0.0.RELEASE |
| Тип | Типpom |
| Описание |
ОписаниеSpring Boot Parent
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| job-1.0.0.RELEASE.pom | 8 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.anji-plus/job/ -->
<dependency>
<groupId>com.github.anji-plus</groupId>
<artifactId>job</artifactId>
<version>1.0.0.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.anji-plus/job/
implementation 'com.github.anji-plus:job:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.anji-plus/job/
implementation ("com.github.anji-plus:job:1.0.0.RELEASE")
'com.github.anji-plus:job:pom:1.0.0.RELEASE'
<dependency org="com.github.anji-plus" name="job" rev="1.0.0.RELEASE">
<artifact name="job" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.anji-plus', module='job', version='1.0.0.RELEASE')
)
libraryDependencies += "com.github.anji-plus" % "job" % "1.0.0.RELEASE"
[com.github.anji-plus/job "1.0.0.RELEASE"]