GroupId | GroupIdde.schrieveslaach.nlpf |
---|---|
ArtifactId | ArtifactIdtesting |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
testing-1.0.0.pom | |
testing-1.0.0.jar | 1 KB |
testing-1.0.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.schrieveslaach.nlpf/testing/
implementation 'de.schrieveslaach.nlpf:testing:1.0.0'
// https://jarcasting.com/artifacts/de.schrieveslaach.nlpf/testing/
implementation ("de.schrieveslaach.nlpf:testing:1.0.0")
'de.schrieveslaach.nlpf:testing:jar:1.0.0'
<dependency org="de.schrieveslaach.nlpf" name="testing" rev="1.0.0">
<artifact name="testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.schrieveslaach.nlpf', module='testing', version='1.0.0')
)
libraryDependencies += "de.schrieveslaach.nlpf" % "testing" % "1.0.0"
[de.schrieveslaach.nlpf/testing "1.0.0"]