License |
License |
---|---|
GroupId | GroupIdcom.github.siom79.japicmp |
ArtifactId | ArtifactIdjapicmp-base |
Version | Version0.15.3 |
Type | Typepom |
Description |
Descriptionjapicmp-base
japicmp is a tool/maven plugin that compares two versions of a jar archive for binary compatibility.
|
Project URL |
Project URL |
Filename | Size |
---|---|
japicmp-base-0.15.3.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.siom79.japicmp/japicmp-base/ -->
<dependency>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-base</artifactId>
<version>0.15.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.siom79.japicmp/japicmp-base/
implementation 'com.github.siom79.japicmp:japicmp-base:0.15.3'
// https://jarcasting.com/artifacts/com.github.siom79.japicmp/japicmp-base/
implementation ("com.github.siom79.japicmp:japicmp-base:0.15.3")
'com.github.siom79.japicmp:japicmp-base:pom:0.15.3'
<dependency org="com.github.siom79.japicmp" name="japicmp-base" rev="0.15.3">
<artifact name="japicmp-base" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.siom79.japicmp', module='japicmp-base', version='0.15.3')
)
libraryDependencies += "com.github.siom79.japicmp" % "japicmp-base" % "0.15.3"
[com.github.siom79.japicmp/japicmp-base "0.15.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
com.github.stefanbirkner : system-rules | jar | 1.12.1 |
org.mockito : mockito-all | jar | 1.10.19 |