Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdde.dbck.poc |
ArtifactId | ArtifactIdpoc-junit |
Version | Version0.0.4 |
Type | Typejar |
Filename | Size |
---|---|
poc-junit-0.0.4.pom | |
poc-junit-0.0.4.jar | 2 KB |
poc-junit-0.0.4-sources.jar | 2 KB |
poc-junit-0.0.4-javadoc.jar | 389 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.dbck.poc/poc-junit/ -->
<dependency>
<groupId>de.dbck.poc</groupId>
<artifactId>poc-junit</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/de.dbck.poc/poc-junit/
implementation 'de.dbck.poc:poc-junit:0.0.4'
// https://jarcasting.com/artifacts/de.dbck.poc/poc-junit/
implementation ("de.dbck.poc:poc-junit:0.0.4")
'de.dbck.poc:poc-junit:jar:0.0.4'
<dependency org="de.dbck.poc" name="poc-junit" rev="0.0.4">
<artifact name="poc-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.dbck.poc', module='poc-junit', version='0.0.4')
)
libraryDependencies += "de.dbck.poc" % "poc-junit" % "0.0.4"
[de.dbck.poc/poc-junit "0.0.4"]