| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.googlecode.jeeunit |
| Идентификатор | Идентификаторjeeunit-parent |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеjeeunit Parent
Integration Testing for Java EE 6
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jeeunit-parent-1.0.0.pom | 10 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.googlecode.jeeunit/jeeunit-parent/ -->
<dependency>
<groupId>com.googlecode.jeeunit</groupId>
<artifactId>jeeunit-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.jeeunit/jeeunit-parent/
implementation 'com.googlecode.jeeunit:jeeunit-parent:1.0.0'
// https://jarcasting.com/artifacts/com.googlecode.jeeunit/jeeunit-parent/
implementation ("com.googlecode.jeeunit:jeeunit-parent:1.0.0")
'com.googlecode.jeeunit:jeeunit-parent:pom:1.0.0'
<dependency org="com.googlecode.jeeunit" name="jeeunit-parent" rev="1.0.0">
<artifact name="jeeunit-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.jeeunit', module='jeeunit-parent', version='1.0.0')
)
libraryDependencies += "com.googlecode.jeeunit" % "jeeunit-parent" % "1.0.0"
[com.googlecode.jeeunit/jeeunit-parent "1.0.0"]