| License |
License |
|---|---|
| GroupId | GroupIdcom.atlassian.bitbucket.codeinsights |
| ArtifactId | ArtifactIdannotationPoster |
| Last Version | Last Version1.1.10 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJunit parser and annotation poster Maven extension
Maven extension that can post surefire/failsafe test failures as annotations to a Bitbucket Server
5.15.0 (or later) instance.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| annotationPoster-1.1.10.pom | |
| annotationPoster-1.1.10.jar | 41 KB |
| annotationPoster-1.1.10-sources.jar | 18 KB |
| annotationPoster-1.1.10-javadoc.jar | 84 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.atlassian.bitbucket.codeinsights/annotationPoster/ -->
<dependency>
<groupId>com.atlassian.bitbucket.codeinsights</groupId>
<artifactId>annotationPoster</artifactId>
<version>1.1.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.atlassian.bitbucket.codeinsights/annotationPoster/
implementation 'com.atlassian.bitbucket.codeinsights:annotationPoster:1.1.10'
// https://jarcasting.com/artifacts/com.atlassian.bitbucket.codeinsights/annotationPoster/
implementation ("com.atlassian.bitbucket.codeinsights:annotationPoster:1.1.10")
'com.atlassian.bitbucket.codeinsights:annotationPoster:jar:1.1.10'
<dependency org="com.atlassian.bitbucket.codeinsights" name="annotationPoster" rev="1.1.10">
<artifact name="annotationPoster" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.atlassian.bitbucket.codeinsights', module='annotationPoster', version='1.1.10')
)
libraryDependencies += "com.atlassian.bitbucket.codeinsights" % "annotationPoster" % "1.1.10"
[com.atlassian.bitbucket.codeinsights/annotationPoster "1.1.10"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.codehaus.plexus : plexus-component-annotations | jar | 1.7.1 |
| org.glassfish.jersey.core : jersey-client | jar | 2.27 |
| org.glassfish.jersey.inject : jersey-hk2 | jar | 2.27 |
| org.glassfish.jersey.media : jersey-media-json-jackson | jar | 2.25.1 |
| org.apache.commons : commons-lang3 | jar | 3.4 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| org.mockito : mockito-core | jar | 2.21.0 |
| com.github.tomakehurst : wiremock | jar | 2.18.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.maven : maven-plugin-api | jar | 3.3.9 |
| org.apache.maven : maven-core | jar | 3.3.9 |
| org.apache.maven : maven-artifact | jar | 3.3.9 |
| org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.5.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.maven : maven-compat | jar | 3.3.9 |
| junit : junit | jar | 4.12 |
| org.apache.maven.plugin-testing : maven-plugin-testing-harness | jar | 3.3.0 |