com.buschmais.jqassistant.archetype:jqassistant.archetype

jQAssistant Maven Archetypes

Лицензия

Лицензия

Категории

Категории

Ant Компиляция и сборка jQAssistant Тестирование приложения и мониторинг Code Analysis
Группа

Группа

com.buschmais.jqassistant.archetype
Идентификатор

Идентификатор

jqassistant.archetype
Последняя версия

Последняя версия

1.0.1
Дата

Дата

Тип

Тип

pom
Описание

Описание

jQAssistant Maven Archetypes
Ссылка на сайт

Ссылка на сайт

https://github.com/buschmais/jqassistant-archetype
Организация-разработчик

Организация-разработчик

buschmais GbR
Система контроля версий

Система контроля версий

https://github.com/buschmais/jqassistant-archetype

Скачать jqassistant.archetype

Имя Файла Размер
jqassistant.archetype-1.0.1.pom 2 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.buschmais.jqassistant.archetype/jqassistant.archetype/ -->
<dependency>
    <groupId>com.buschmais.jqassistant.archetype</groupId>
    <artifactId>jqassistant.archetype</artifactId>
    <version>1.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.buschmais.jqassistant.archetype/jqassistant.archetype/
implementation 'com.buschmais.jqassistant.archetype:jqassistant.archetype:1.0.1'
// https://jarcasting.com/artifacts/com.buschmais.jqassistant.archetype/jqassistant.archetype/
implementation ("com.buschmais.jqassistant.archetype:jqassistant.archetype:1.0.1")
'com.buschmais.jqassistant.archetype:jqassistant.archetype:pom:1.0.1'
<dependency org="com.buschmais.jqassistant.archetype" name="jqassistant.archetype" rev="1.0.1">
  <artifact name="jqassistant.archetype" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.buschmais.jqassistant.archetype', module='jqassistant.archetype', version='1.0.1')
)
libraryDependencies += "com.buschmais.jqassistant.archetype" % "jqassistant.archetype" % "1.0.1"
[com.buschmais.jqassistant.archetype/jqassistant.archetype "1.0.1"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • project

jQAssistant Archetypes

This project provides Maven archetypes for jQAssistant.

Single Maven module project using jQAssistant

mvn archetype:generate \
  -DarchetypeGroupId=com.buschmais.jqassistant.archetype \
  -DarchetypeArtifactId=jqassistant.archetype.project \
  -DarchetypeVersion=1.1.0 \
  -DgroupId=com.example \
  -DartifactId=project \
  -Dversion=1.0.0-SNAPSHOT

The parameters "groupId", "artifactId" and "version" shall be replaced by the required values. The command will create a single module Maven project containing a jQAssistant plugin configuration in the file pom.xml and an example rule setup for JUnit4.

com.buschmais.jqassistant.archetype

BUSCHMAIS GbR

Версии библиотеки

Версия
1.0.1
1.0.0