Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.thevpc.nuts.toolbox |
ArtifactId | ArtifactIdndiff |
Version | Version0.8.1.0 |
Type | Typejar |
Filename | Size |
---|---|
ndiff-0.8.1.0.pom | |
ndiff-0.8.1.0.jar | 48 KB |
ndiff-0.8.1.0-sources.jar | 25 KB |
ndiff-0.8.1.0-javadoc.jar | 192 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.thevpc.nuts.toolbox/ndiff/ -->
<dependency>
<groupId>net.thevpc.nuts.toolbox</groupId>
<artifactId>ndiff</artifactId>
<version>0.8.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.thevpc.nuts.toolbox/ndiff/
implementation 'net.thevpc.nuts.toolbox:ndiff:0.8.1.0'
// https://jarcasting.com/artifacts/net.thevpc.nuts.toolbox/ndiff/
implementation ("net.thevpc.nuts.toolbox:ndiff:0.8.1.0")
'net.thevpc.nuts.toolbox:ndiff:jar:0.8.1.0'
<dependency org="net.thevpc.nuts.toolbox" name="ndiff" rev="0.8.1.0">
<artifact name="ndiff" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.thevpc.nuts.toolbox', module='ndiff', version='0.8.1.0')
)
libraryDependencies += "net.thevpc.nuts.toolbox" % "ndiff" % "0.8.1.0"
[net.thevpc.nuts.toolbox/ndiff "0.8.1.0"]