| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIdcom.github.XDean |
| ArtifactId | ArtifactIdJUnit-EX |
| Last Version | Last Version0.0.3.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJUnit-EX
JUnit Extension
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| JUnit-EX-0.0.3.1.pom | |
| JUnit-EX-0.0.3.1.jar | 51 KB |
| JUnit-EX-0.0.3.1-sources.jar | 26 KB |
| JUnit-EX-0.0.3.1-javadoc.jar | 189 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.XDean/JUnit-EX/ -->
<dependency>
<groupId>com.github.XDean</groupId>
<artifactId>JUnit-EX</artifactId>
<version>0.0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.XDean/JUnit-EX/
implementation 'com.github.XDean:JUnit-EX:0.0.3.1'
// https://jarcasting.com/artifacts/com.github.XDean/JUnit-EX/
implementation ("com.github.XDean:JUnit-EX:0.0.3.1")
'com.github.XDean:JUnit-EX:jar:0.0.3.1'
<dependency org="com.github.XDean" name="JUnit-EX" rev="0.0.3.1">
<artifact name="JUnit-EX" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.XDean', module='JUnit-EX', version='0.0.3.1')
)
libraryDependencies += "com.github.XDean" % "JUnit-EX" % "0.0.3.1"
[com.github.XDean/JUnit-EX "0.0.3.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.XDean : Java-EX | jar | 0.1.0 |
| junit : junit | jar | 4.12 |
| org.javassist : javassist | jar | 3.21.0-GA |