| License |
License |
|---|---|
| GroupId | GroupIdorg.marvelution.jji |
| ArtifactId | ArtifactIdtestkit |
| Last Version | Last Version2.3.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJJI Testkit
Project to integrate JIRA with Jenkins by use of Gadgets and Tab Panels
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| testkit-2.3.1.pom | |
| testkit-2.3.1.jar | 11 KB |
| testkit-2.3.1-tests.jar | 7 KB |
| testkit-2.3.1-sources.jar | 11 KB |
| testkit-2.3.1-javadoc.jar | 34 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.marvelution.jji/testkit/ -->
<dependency>
<groupId>org.marvelution.jji</groupId>
<artifactId>testkit</artifactId>
<version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.marvelution.jji/testkit/
implementation 'org.marvelution.jji:testkit:2.3.1'
// https://jarcasting.com/artifacts/org.marvelution.jji/testkit/
implementation ("org.marvelution.jji:testkit:2.3.1")
'org.marvelution.jji:testkit:jar:2.3.1'
<dependency org="org.marvelution.jji" name="testkit" rev="2.3.1">
<artifact name="testkit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.marvelution.jji', module='testkit', version='2.3.1')
)
libraryDependencies += "org.marvelution.jji" % "testkit" % "2.3.1"
[org.marvelution.jji/testkit "2.3.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| com.github.tomakehurst : wiremock | jar | 1.57 |
| org.slf4j : slf4j-simple | jar | 1.7.9 |