License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.davidehrmann.vcdiff |
ArtifactId | ArtifactIdvcdiff-parent |
Version | Version0.1.1 |
Type | Typepom |
Description |
Descriptionvcdiff-java
A Java implementation of VCDIFF, RFC-3284
|
Project URL |
Project URL |
Filename | Size |
---|---|
vcdiff-parent-0.1.1.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.davidehrmann.vcdiff/vcdiff-parent/ -->
<dependency>
<groupId>com.davidehrmann.vcdiff</groupId>
<artifactId>vcdiff-parent</artifactId>
<version>0.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.davidehrmann.vcdiff/vcdiff-parent/
implementation 'com.davidehrmann.vcdiff:vcdiff-parent:0.1.1'
// https://jarcasting.com/artifacts/com.davidehrmann.vcdiff/vcdiff-parent/
implementation ("com.davidehrmann.vcdiff:vcdiff-parent:0.1.1")
'com.davidehrmann.vcdiff:vcdiff-parent:pom:0.1.1'
<dependency org="com.davidehrmann.vcdiff" name="vcdiff-parent" rev="0.1.1">
<artifact name="vcdiff-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.davidehrmann.vcdiff', module='vcdiff-parent', version='0.1.1')
)
libraryDependencies += "com.davidehrmann.vcdiff" % "vcdiff-parent" % "0.1.1"
[com.davidehrmann.vcdiff/vcdiff-parent "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.21 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.21 |
junit : junit | jar | 4.12 |