License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdde.dbck.poc |
ArtifactId | ArtifactIdpoc-junit |
Version | Version0.0.6 |
Type | Typejar |
Description |
Descriptionpoc-junit
Junit Test Project
|
Project URL |
Project URL |
Project Organization |
Project Organizationdbck |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
poc-junit-0.0.6.pom | |
poc-junit-0.0.6.jar | 3 KB |
poc-junit-0.0.6-sources.jar | 3 KB |
poc-junit-0.0.6-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.6</version>
</dependency>
// https://jarcasting.com/artifacts/de.dbck.poc/poc-junit/
implementation 'de.dbck.poc:poc-junit:0.0.6'
// https://jarcasting.com/artifacts/de.dbck.poc/poc-junit/
implementation ("de.dbck.poc:poc-junit:0.0.6")
'de.dbck.poc:poc-junit:jar:0.0.6'
<dependency org="de.dbck.poc" name="poc-junit" rev="0.0.6">
<artifact name="poc-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.dbck.poc', module='poc-junit', version='0.0.6')
)
libraryDependencies += "de.dbck.poc" % "poc-junit" % "0.0.6"
[de.dbck.poc/poc-junit "0.0.6"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.junit.jupiter : junit-jupiter | jar |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.16 |
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 3.18.0 |
org.mockito : mockito-core | jar | 3.6.0 |
org.mockito : mockito-inline | jar | 3.6.0 |
org.mockito : mockito-junit-jupiter | jar | 3.6.0 |