| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов Auto Библиотеки уровня приложения Code Generators |
| Группа | Группаcom.lexicalscope.junit |
| Идентификатор | Идентификаторjunit-autocloseable |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеJUnit AutoCloseable Rule
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| junit-autocloseable-1.0.pom | |
| junit-autocloseable-1.0.jar | 4 KB |
| junit-autocloseable-1.0-sources.jar | 1 KB |
| junit-autocloseable-1.0-javadoc.jar | 36 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.lexicalscope.junit/junit-autocloseable/ -->
<dependency>
<groupId>com.lexicalscope.junit</groupId>
<artifactId>junit-autocloseable</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lexicalscope.junit/junit-autocloseable/
implementation 'com.lexicalscope.junit:junit-autocloseable:1.0'
// https://jarcasting.com/artifacts/com.lexicalscope.junit/junit-autocloseable/
implementation ("com.lexicalscope.junit:junit-autocloseable:1.0")
'com.lexicalscope.junit:junit-autocloseable:jar:1.0'
<dependency org="com.lexicalscope.junit" name="junit-autocloseable" rev="1.0">
<artifact name="junit-autocloseable" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lexicalscope.junit', module='junit-autocloseable', version='1.0')
)
libraryDependencies += "com.lexicalscope.junit" % "junit-autocloseable" % "1.0"
[com.lexicalscope.junit/junit-autocloseable "1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.jmock : jmock-junit4 | jar | 2.6.0 |