Download reggie-2.2.2.jar file

Introduction

You can download reggie-2.2.2.jar in this page.

License

The Apache Software License, Version 2.0

Type List

reggie-2.2.2.jar file has the following types.

LICENSE
META-INF/MANIFEST.MF
META-INF/PREFERRED.LIST
com.sun.jini.action.GetBooleanAction.class
com.sun.jini.constants.ThrowableConstants.class
com.sun.jini.logging.Levels.class
com.sun.jini.logging.LogUtil.class
com.sun.jini.reggie.AdminProxy.class
com.sun.jini.reggie.ClassMapper.class
com.sun.jini.reggie.ConstrainableAdminProxy.class
com.sun.jini.reggie.ConstrainableEventLease.class
com.sun.jini.reggie.ConstrainableRegistrarLeaseMap.class
com.sun.jini.reggie.ConstrainableRegistrarProxy.class
com.sun.jini.reggie.ConstrainableRegistration.class
com.sun.jini.reggie.ConstrainableServiceLease.class
com.sun.jini.reggie.EntryClass.class
com.sun.jini.reggie.EntryClassBase.class
com.sun.jini.reggie.EntryRep.class
com.sun.jini.reggie.EventLease.class
com.sun.jini.reggie.Item.class
com.sun.jini.reggie.Matches.class
com.sun.jini.reggie.PersistentRegistrarImpl.class
com.sun.jini.reggie.ProxyVerifier.class
com.sun.jini.reggie.Registrar.class
com.sun.jini.reggie.RegistrarEvent.class
com.sun.jini.reggie.RegistrarImpl.class
com.sun.jini.reggie.RegistrarImpl_Stub.class
com.sun.jini.reggie.RegistrarLease.class
com.sun.jini.reggie.RegistrarLeaseMap.class
com.sun.jini.reggie.RegistrarPermission.class
com.sun.jini.reggie.RegistrarProxy.class
com.sun.jini.reggie.Registration.class
com.sun.jini.reggie.RenewResults.class
com.sun.jini.reggie.ServiceLease.class
com.sun.jini.reggie.ServiceType.class
com.sun.jini.reggie.ServiceTypeBase.class
com.sun.jini.reggie.Template.class
com.sun.jini.reggie.TransientRegistrarImpl.class
com.sun.jini.reggie.Util.class
com.sun.jini.reggie.UuidGenerator.class

Pom

reggie-2.2.2.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ Copyright (C) 2013 the original author or authors.
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
  ~ You may obtain a copy of the License at
  ~
  ~ http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License.
  -->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.apache.river</groupId>
    <artifactId>reggie</artifactId>
    <version>2.2.2</version>
    <url>http://river.apache.org</url>
    <description>River Lookup and Registry service implementation</description>
	
	<licenses>
	    <license>
	        <name>The Apache Software License, Version 2.0</name>
	        <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
	    </license>
	</licenses>

	<organization>
        <name>The Apache Software Foundation</name>
        <url>http://www.apache.org/</url>
    </organization>

    <dependencies>
        <dependency>
            <groupId>net.jini</groupId>
            <artifactId>jsk-lib</artifactId>
            <version>2.2.2</version>
        </dependency>
    </dependencies>

</project>

POM Entry

<dependency>
   <groupId>org.apache.river</groupId>
   <artifactId>reggie</artifactId>
   <version>2.2.2</version>
</dependency>

Download

If you think the following reggie-2.2.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download reggie-2.2.2.jar file




PreviousNext

Related