| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов |
| Группа | Группаorg.technbolts |
| Идентификатор | Идентификаторjunit |
| Последняя версия | Последняя версия1.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Имя Файла | Размер |
|---|---|
| junit-1.0.1.pom | |
| junit-1.0.1.jar | 19 KB |
| junit-1.0.1-sources.jar | 9 KB |
| junit-1.0.1-javadoc.jar | 60 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.technbolts/junit/ -->
<dependency>
<groupId>org.technbolts</groupId>
<artifactId>junit</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.technbolts/junit/
implementation 'org.technbolts:junit:1.0.1'
// https://jarcasting.com/artifacts/org.technbolts/junit/
implementation ("org.technbolts:junit:1.0.1")
'org.technbolts:junit:jar:1.0.1'
<dependency org="org.technbolts" name="junit" rev="1.0.1">
<artifact name="junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.technbolts', module='junit', version='1.0.1')
)
libraryDependencies += "org.technbolts" % "junit" % "1.0.1"
[org.technbolts/junit "1.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.easytesting : fest-assert | jar | 1.4 |