| License | License | 
|---|---|
| Categories | CategoriesGradle Build Tools JUnit Unit Testing | 
| GroupId | GroupIdorg.junit | 
| ArtifactId | ArtifactIdjunit-gradle | 
| Version | Version5.0.0-ALPHA | 
| Type | Typejar | 
| Description | Descriptionorg.junit:junit-gradle Module "junit-gradle" of JUnit 5. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| junit-gradle-5.0.0-ALPHA.pom | |
| junit-gradle-5.0.0-ALPHA.jar | 16 KB | 
| junit-gradle-5.0.0-ALPHA-sources.jar | 3 KB | 
| junit-gradle-5.0.0-ALPHA-javadoc.jar | 261 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.junit/junit-gradle/ -->
<dependency>
    <groupId>org.junit</groupId>
    <artifactId>junit-gradle</artifactId>
    <version>5.0.0-ALPHA</version>
</dependency>// https://jarcasting.com/artifacts/org.junit/junit-gradle/
implementation 'org.junit:junit-gradle:5.0.0-ALPHA'// https://jarcasting.com/artifacts/org.junit/junit-gradle/
implementation ("org.junit:junit-gradle:5.0.0-ALPHA")'org.junit:junit-gradle:jar:5.0.0-ALPHA'<dependency org="org.junit" name="junit-gradle" rev="5.0.0-ALPHA">
  <artifact name="junit-gradle" type="jar" />
</dependency>@Grapes(
@Grab(group='org.junit', module='junit-gradle', version='5.0.0-ALPHA')
)libraryDependencies += "org.junit" % "junit-gradle" % "5.0.0-ALPHA"[org.junit/junit-gradle "5.0.0-ALPHA"]