GroupId | GroupIdde.schrieveslaach.nlpf |
---|---|
ArtifactId | ArtifactIdtesting |
Version | Version1.0-beta05 |
Type | Typejar |
Filename | Size |
---|---|
testing-1.0-beta05.pom | |
testing-1.0-beta05.jar | 1 KB |
testing-1.0-beta05-tests.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.schrieveslaach.nlpf/testing/ -->
<dependency>
<groupId>de.schrieveslaach.nlpf</groupId>
<artifactId>testing</artifactId>
<version>1.0-beta05</version>
</dependency>
// https://jarcasting.com/artifacts/de.schrieveslaach.nlpf/testing/
implementation 'de.schrieveslaach.nlpf:testing:1.0-beta05'
// https://jarcasting.com/artifacts/de.schrieveslaach.nlpf/testing/
implementation ("de.schrieveslaach.nlpf:testing:1.0-beta05")
'de.schrieveslaach.nlpf:testing:jar:1.0-beta05'
<dependency org="de.schrieveslaach.nlpf" name="testing" rev="1.0-beta05">
<artifact name="testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.schrieveslaach.nlpf', module='testing', version='1.0-beta05')
)
libraryDependencies += "de.schrieveslaach.nlpf" % "testing" % "1.0-beta05"
[de.schrieveslaach.nlpf/testing "1.0-beta05"]