License |
License |
---|---|
Categories |
CategoriesGroovy Languages JUnit Unit Testing |
GroupId | GroupIdorg.codehaus.groovy |
ArtifactId | ArtifactIdgroovy-test-junit5 |
Last Version | Last Version3.0.11 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Groovy
Groovy: A powerful, dynamic language for the JVM
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-test-junit5/ -->
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-test-junit5</artifactId>
<version>3.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-test-junit5/
implementation 'org.codehaus.groovy:groovy-test-junit5:3.0.11'
// https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-test-junit5/
implementation ("org.codehaus.groovy:groovy-test-junit5:3.0.11")
'org.codehaus.groovy:groovy-test-junit5:jar:3.0.11'
<dependency org="org.codehaus.groovy" name="groovy-test-junit5" rev="3.0.11">
<artifact name="groovy-test-junit5" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.groovy', module='groovy-test-junit5', version='3.0.11')
)
libraryDependencies += "org.codehaus.groovy" % "groovy-test-junit5" % "3.0.11"
[org.codehaus.groovy/groovy-test-junit5 "3.0.11"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy | jar | 3.0.11 |
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.platform : junit-platform-launcher | jar | 1.8.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |