License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdme.mekarthedev.tools |
ArtifactId | ArtifactIddata-patch |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondata-patch
Allows working with difference between two states of an object in form of a patch object.
|
Project URL |
Project URL |
Filename | Size |
---|---|
data-patch-0.1.0.pom | |
data-patch-0.1.0.jar | 9 KB |
data-patch-0.1.0-sources.jar | 4 KB |
data-patch-0.1.0-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.mekarthedev.tools/data-patch/ -->
<dependency>
<groupId>me.mekarthedev.tools</groupId>
<artifactId>data-patch</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.mekarthedev.tools/data-patch/
implementation 'me.mekarthedev.tools:data-patch:0.1.0'
// https://jarcasting.com/artifacts/me.mekarthedev.tools/data-patch/
implementation ("me.mekarthedev.tools:data-patch:0.1.0")
'me.mekarthedev.tools:data-patch:jar:0.1.0'
<dependency org="me.mekarthedev.tools" name="data-patch" rev="0.1.0">
<artifact name="data-patch" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.mekarthedev.tools', module='data-patch', version='0.1.0')
)
libraryDependencies += "me.mekarthedev.tools" % "data-patch" % "0.1.0"
[me.mekarthedev.tools/data-patch "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.3.1 |
me.mekarthedev.tools : error-handling | jar | 0.1.0 |
me.mekarthedev.tools : gson-utils | jar | 0.2.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.google.guava : guava | jar | 18.0 |
org.mockito : mockito-core | jar | 1.10.19 |
org.hamcrest : hamcrest-library | jar | 1.3 |