| License | License | 
|---|---|
| Categories | CategoriesJUnit Unit Testing | 
| GroupId | GroupIdcom.jslsolucoes | 
| ArtifactId | ArtifactIdjunit | 
| Last Version | Last Version1.0.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionJunit api | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| junit-1.0.0.pom | |
| junit-1.0.0.jar | 3 KB | 
| junit-1.0.0-sources.jar | 513 bytes | 
| junit-1.0.0-javadoc.jar | 23 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.jslsolucoes/junit/ -->
<dependency>
    <groupId>com.jslsolucoes</groupId>
    <artifactId>junit</artifactId>
    <version>1.0.0</version>
</dependency>// https://jarcasting.com/artifacts/com.jslsolucoes/junit/
implementation 'com.jslsolucoes:junit:1.0.0'// https://jarcasting.com/artifacts/com.jslsolucoes/junit/
implementation ("com.jslsolucoes:junit:1.0.0")'com.jslsolucoes:junit:jar:1.0.0'<dependency org="com.jslsolucoes" name="junit" rev="1.0.0">
  <artifact name="junit" type="jar" />
</dependency>@Grapes(
@Grab(group='com.jslsolucoes', module='junit', version='1.0.0')
)libraryDependencies += "com.jslsolucoes" % "junit" % "1.0.0"[com.jslsolucoes/junit "1.0.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| javax : javaee-api | jar | 7.0 | 
| org.jboss.weld.se : weld-se | jar | 2.4.6.Final | 
| junit : junit | jar | 4.12 |