| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.aistomin |
| Идентификатор | Идентификаторtestist |
| Последняя версия | Последняя версия0.5 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеTestist
Library with some basic classes for students testing applications creation.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| testist-0.5.pom | |
| testist-0.5.jar | 26 KB |
| testist-0.5-sources.jar | 28 KB |
| testist-0.5-javadoc.jar | 160 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.aistomin/testist/ -->
<dependency>
<groupId>com.github.aistomin</groupId>
<artifactId>testist</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.aistomin/testist/
implementation 'com.github.aistomin:testist:0.5'
// https://jarcasting.com/artifacts/com.github.aistomin/testist/
implementation ("com.github.aistomin:testist:0.5")
'com.github.aistomin:testist:jar:0.5'
<dependency org="com.github.aistomin" name="testist" rev="0.5">
<artifact name="testist" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.aistomin', module='testist', version='0.5')
)
libraryDependencies += "com.github.aistomin" % "testist" % "0.5"
[com.github.aistomin/testist "0.5"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 2.0.0-alpha6 |
| com.googlecode.json-simple : json-simple | jar | 1.1.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |