| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMaven Компиляция и сборка |
| Группа | Группаcom.github.xlongshu.maven |
| Идентификатор | Идентификаторmaven-starters |
| Последняя версия | Последняя версия1.0.1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеmaven-starters
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| maven-starters-1.0.1.pom | 9 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.xlongshu.maven/maven-starters/ -->
<dependency>
<groupId>com.github.xlongshu.maven</groupId>
<artifactId>maven-starters</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.xlongshu.maven/maven-starters/
implementation 'com.github.xlongshu.maven:maven-starters:1.0.1'
// https://jarcasting.com/artifacts/com.github.xlongshu.maven/maven-starters/
implementation ("com.github.xlongshu.maven:maven-starters:1.0.1")
'com.github.xlongshu.maven:maven-starters:pom:1.0.1'
<dependency org="com.github.xlongshu.maven" name="maven-starters" rev="1.0.1">
<artifact name="maven-starters" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.xlongshu.maven', module='maven-starters', version='1.0.1')
)
libraryDependencies += "com.github.xlongshu.maven" % "maven-starters" % "1.0.1"
[com.github.xlongshu.maven/maven-starters "1.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |