is not current version
Last Version 0.15.7

com.github.siom79.japicmp:japicmp-base 0.2.0

japicmp is a library/maven plugin that computes the differences between two versions of a jar file/artifact in order to ease the API documentation for clients/customers.

GroupId

GroupId

com.github.siom79.japicmp
ArtifactId

ArtifactId

japicmp-base
Version

Version

0.2.0
Type

Type

pom

Download japicmp-base 0.2.0

Filename Size
japicmp-base-0.2.0.pom 6 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.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.siom79.japicmp/japicmp-base/
implementation 'com.github.siom79.japicmp:japicmp-base:0.2.0'
// https://jarcasting.com/artifacts/com.github.siom79.japicmp/japicmp-base/
implementation ("com.github.siom79.japicmp:japicmp-base:0.2.0")
'com.github.siom79.japicmp:japicmp-base:pom:0.2.0'
<dependency org="com.github.siom79.japicmp" name="japicmp-base" rev="0.2.0">
  <artifact name="japicmp-base" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.siom79.japicmp', module='japicmp-base', version='0.2.0')
)
libraryDependencies += "com.github.siom79.japicmp" % "japicmp-base" % "0.2.0"
[com.github.siom79.japicmp/japicmp-base "0.2.0"]