| License | License | 
|---|---|
| GroupId | GroupIdio.thundra | 
| ArtifactId | ArtifactIdjexter | 
| Last Version | Last Version1.0.1 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionJexter Extensions/Plugins for JVM test frameworks | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| jexter-1.0.1.pom | 8 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.thundra/jexter/ -->
<dependency>
    <groupId>io.thundra</groupId>
    <artifactId>jexter</artifactId>
    <version>1.0.1</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/io.thundra/jexter/
implementation 'io.thundra:jexter:1.0.1'// https://jarcasting.com/artifacts/io.thundra/jexter/
implementation ("io.thundra:jexter:1.0.1")'io.thundra:jexter:pom:1.0.1'<dependency org="io.thundra" name="jexter" rev="1.0.1">
  <artifact name="jexter" type="pom" />
</dependency>@Grapes(
@Grab(group='io.thundra', module='jexter', version='1.0.1')
)libraryDependencies += "io.thundra" % "jexter" % "1.0.1"[io.thundra/jexter "1.0.1"]