| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMaven Компиляция и сборка |
| Группа | Группаde.tebros |
| Идентификатор | Идентификаторsimple-maven-archetype |
| Последняя версия | Последняя версия0.1.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеArchetype: simple-maven-archetype
This is a archetype for a simple maven project with JUnit 5 and Log4j 2
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| simple-maven-archetype-0.1.4.pom | |
| simple-maven-archetype-0.1.4.jar | 9 KB |
| simple-maven-archetype-0.1.4-sources.jar | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.tebros/simple-maven-archetype/ -->
<dependency>
<groupId>de.tebros</groupId>
<artifactId>simple-maven-archetype</artifactId>
<version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/de.tebros/simple-maven-archetype/
implementation 'de.tebros:simple-maven-archetype:0.1.4'
// https://jarcasting.com/artifacts/de.tebros/simple-maven-archetype/
implementation ("de.tebros:simple-maven-archetype:0.1.4")
'de.tebros:simple-maven-archetype:jar:0.1.4'
<dependency org="de.tebros" name="simple-maven-archetype" rev="0.1.4">
<artifact name="simple-maven-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.tebros', module='simple-maven-archetype', version='0.1.4')
)
libraryDependencies += "de.tebros" % "simple-maven-archetype" % "0.1.4"
[de.tebros/simple-maven-archetype "0.1.4"]