| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.houbb |
| Идентификатор | Идентификаторtest-core |
| Версия | Версия0.0.1 |
| Тип | Типjar |
| Описание |
ОписаниеThe test tool for java.
|
| Имя Файла | Размер |
|---|---|
| test-core-0.0.1.pom | |
| test-core-0.0.1.jar | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.houbb/test-core/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>test-core</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/test-core/
implementation 'com.github.houbb:test-core:0.0.1'
// https://jarcasting.com/artifacts/com.github.houbb/test-core/
implementation ("com.github.houbb:test-core:0.0.1")
'com.github.houbb:test-core:jar:0.0.1'
<dependency org="com.github.houbb" name="test-core" rev="0.0.1">
<artifact name="test-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='test-core', version='0.0.1')
)
libraryDependencies += "com.github.houbb" % "test-core" % "0.0.1"
[com.github.houbb/test-core "0.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |