| License | License | 
|---|---|
| Categories | CategoriesJUnit Unit Testing | 
| GroupId | GroupIdcom.epam.jdi | 
| ArtifactId | ArtifactIdjdi-matchers-junit | 
| Last Version | Last Version2.0.27 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionJDI Matchers for JUnit JDI Matchers JUnit library | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
<!-- https://jarcasting.com/artifacts/com.epam.jdi/jdi-matchers-junit/ -->
<dependency>
    <groupId>com.epam.jdi</groupId>
    <artifactId>jdi-matchers-junit</artifactId>
    <version>2.0.27</version>
</dependency>// https://jarcasting.com/artifacts/com.epam.jdi/jdi-matchers-junit/
implementation 'com.epam.jdi:jdi-matchers-junit:2.0.27'// https://jarcasting.com/artifacts/com.epam.jdi/jdi-matchers-junit/
implementation ("com.epam.jdi:jdi-matchers-junit:2.0.27")'com.epam.jdi:jdi-matchers-junit:jar:2.0.27'<dependency org="com.epam.jdi" name="jdi-matchers-junit" rev="2.0.27">
  <artifact name="jdi-matchers-junit" type="jar" />
</dependency>@Grapes(
@Grab(group='com.epam.jdi', module='jdi-matchers-junit', version='2.0.27')
)libraryDependencies += "com.epam.jdi" % "jdi-matchers-junit" % "2.0.27"[com.epam.jdi/jdi-matchers-junit "2.0.27"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | RELEASE | 
| com.epam.jdi : jdi-matchers | jar | 2.0.27 |