nitsick
Java unit testing support libraries, for people sick of rewriting unit test support code over and over and over.
- nitsick-core the core library
- nitsick-junit help with JUnit 4
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.mike10004 |
| Идентификатор | Идентификаторnitsick-core |
| Последняя версия | Последняя версия0.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеUnit test support libraries
|
| Имя Файла | Размер |
|---|---|
| nitsick-core-0.4.pom | |
| nitsick-core-0.4.jar | 47 KB |
| nitsick-core-0.4-sources.jar | 22 KB |
| nitsick-core-0.4-javadoc.jar | 458 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.mike10004/nitsick-core/ -->
<dependency>
<groupId>com.github.mike10004</groupId>
<artifactId>nitsick-core</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mike10004/nitsick-core/
implementation 'com.github.mike10004:nitsick-core:0.4'
// https://jarcasting.com/artifacts/com.github.mike10004/nitsick-core/
implementation ("com.github.mike10004:nitsick-core:0.4")
'com.github.mike10004:nitsick-core:jar:0.4'
<dependency org="com.github.mike10004" name="nitsick-core" rev="0.4">
<artifact name="nitsick-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mike10004', module='nitsick-core', version='0.4')
)
libraryDependencies += "com.github.mike10004" % "nitsick-core" % "0.4"
[com.github.mike10004/nitsick-core "0.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 3.0.1 |
| org.apache.commons : commons-lang3 | jar | 3.9 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.apache.commons : commons-text | jar | 1.4 |
Java unit testing support libraries, for people sick of rewriting unit test support code over and over and over.