| License | License | 
|---|---|
| Categories | CategoriesJUnit Unit Testing | 
| GroupId | GroupIdorg.specnaz | 
| ArtifactId | ArtifactIdspecnaz-junit | 
| Last Version | Last Version1.5.3 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionSpecnaz Library for writing beautiful, RSpec/Jasmine/Mocha/Jest-style specifications in Java, Kotlin and Groovy | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| specnaz-junit-1.5.3.pom | |
| specnaz-junit-1.5.3.jar | 19 KB | 
| specnaz-junit-1.5.3-sources.jar | 11 KB | 
| specnaz-junit-1.5.3-javadoc.jar | 74 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.specnaz/specnaz-junit/ -->
<dependency>
    <groupId>org.specnaz</groupId>
    <artifactId>specnaz-junit</artifactId>
    <version>1.5.3</version>
</dependency>// https://jarcasting.com/artifacts/org.specnaz/specnaz-junit/
implementation 'org.specnaz:specnaz-junit:1.5.3'// https://jarcasting.com/artifacts/org.specnaz/specnaz-junit/
implementation ("org.specnaz:specnaz-junit:1.5.3")'org.specnaz:specnaz-junit:jar:1.5.3'<dependency org="org.specnaz" name="specnaz-junit" rev="1.5.3">
  <artifact name="specnaz-junit" type="jar" />
</dependency>@Grapes(
@Grab(group='org.specnaz', module='specnaz-junit', version='1.5.3')
)libraryDependencies += "org.specnaz" % "specnaz-junit" % "1.5.3"[org.specnaz/specnaz-junit "1.5.3"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.specnaz : specnaz | jar | 1.5.3 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 |