License |
License |
---|---|
GroupId | GroupIdcom.github.cbuschka.zipdiff |
ArtifactId | ArtifactIdzipdiff-parent |
Version | Version2.1.0 |
Type | Typepom |
Description |
DescriptionZipDiff project parent
A lib, tool, maven plugin to diff two zips.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
zipdiff-parent-2.1.0.pom | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cbuschka.zipdiff/zipdiff-parent/ -->
<dependency>
<groupId>com.github.cbuschka.zipdiff</groupId>
<artifactId>zipdiff-parent</artifactId>
<version>2.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.cbuschka.zipdiff/zipdiff-parent/
implementation 'com.github.cbuschka.zipdiff:zipdiff-parent:2.1.0'
// https://jarcasting.com/artifacts/com.github.cbuschka.zipdiff/zipdiff-parent/
implementation ("com.github.cbuschka.zipdiff:zipdiff-parent:2.1.0")
'com.github.cbuschka.zipdiff:zipdiff-parent:pom:2.1.0'
<dependency org="com.github.cbuschka.zipdiff" name="zipdiff-parent" rev="2.1.0">
<artifact name="zipdiff-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.cbuschka.zipdiff', module='zipdiff-parent', version='2.1.0')
)
libraryDependencies += "com.github.cbuschka.zipdiff" % "zipdiff-parent" % "2.1.0"
[com.github.cbuschka.zipdiff/zipdiff-parent "2.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 1.10.19 |
org.slf4j : slf4j-simple | jar | 1.7.30 |