Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdde.dbck.poc |
ArtifactId | ArtifactIdpoc-junit |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
poc-junit-0.0.3.pom | |
poc-junit-0.0.3.jar | 2 KB |
poc-junit-0.0.3-sources.jar | 2 KB |
poc-junit-0.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.dbck.poc/poc-junit/
implementation 'de.dbck.poc:poc-junit:0.0.3'
// https://jarcasting.com/artifacts/de.dbck.poc/poc-junit/
implementation ("de.dbck.poc:poc-junit:0.0.3")
'de.dbck.poc:poc-junit:jar:0.0.3'
<dependency org="de.dbck.poc" name="poc-junit" rev="0.0.3">
<artifact name="poc-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.dbck.poc', module='poc-junit', version='0.0.3')
)
libraryDependencies += "de.dbck.poc" % "poc-junit" % "0.0.3"
[de.dbck.poc/poc-junit "0.0.3"]