Download registry-utils-1.0.0.jar file - Jar r

Jar examples for r:registry-utils

Description

Utilities to simplify the implemenation of registries, including data structures and notifications of additions and removals.

You can download jar file registry-utils 1.0.0 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add registry-utils-1.0.0.jar to your project.

<dependency>
   <groupId>com.amlinv</groupId>
   <artifactId>registry-utils</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'com.amlinv', name: 'registry-utils', version: '1.0.0'
libraryDependencies += "com.amlinv" % "registry-utils" % "1.0.0"
<dependency org="com.amlinv" name="registry-utils" rev="1.0.0"/>
@Grapes(@Grab(group='com.amlinv', module='registry-utils', version='1.0.0'))
'com.amlinv:registry-utils:jar:1.0.0'

Download

Click the following link to download the jar file.

registry-utils-1.0.0-javadoc.jar
registry-utils-1.0.0-sources.jar
registry-utils-1.0.0.jar
registry-utils-1.0.0.pom



Related Tutorials