| Группа | Группаde.schrieveslaach.nlpf |
|---|---|
| Идентификатор | Идентификаторtesting |
| Версия | Версия1.0-beta07 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| testing-1.0-beta07.pom | |
| testing-1.0-beta07.jar | 1 KB |
| testing-1.0-beta07-tests.jar | 19 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.schrieveslaach.nlpf/testing/ -->
<dependency>
<groupId>de.schrieveslaach.nlpf</groupId>
<artifactId>testing</artifactId>
<version>1.0-beta07</version>
</dependency>
// https://jarcasting.com/artifacts/de.schrieveslaach.nlpf/testing/
implementation 'de.schrieveslaach.nlpf:testing:1.0-beta07'
// https://jarcasting.com/artifacts/de.schrieveslaach.nlpf/testing/
implementation ("de.schrieveslaach.nlpf:testing:1.0-beta07")
'de.schrieveslaach.nlpf:testing:jar:1.0-beta07'
<dependency org="de.schrieveslaach.nlpf" name="testing" rev="1.0-beta07">
<artifact name="testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.schrieveslaach.nlpf', module='testing', version='1.0-beta07')
)
libraryDependencies += "de.schrieveslaach.nlpf" % "testing" % "1.0-beta07"
[de.schrieveslaach.nlpf/testing "1.0-beta07"]