Download owner-1.0.10.jar file

Introduction

You can download owner-1.0.10.jar in this page.

License

Open Source License

Type List

owner-1.0.10.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.aeonbits.owner/owner/pom.properties
META-INF/maven/org.aeonbits.owner/owner/pom.xml
org.aeonbits.owner.Accessible.class
org.aeonbits.owner.Config.class
org.aeonbits.owner.ConfigCache.class
org.aeonbits.owner.ConfigFactory.class
org.aeonbits.owner.ConfigURIFactory.class
org.aeonbits.owner.Converter.class
org.aeonbits.owner.Converters.class
org.aeonbits.owner.DefaultFactory.class
org.aeonbits.owner.Delegate.class
org.aeonbits.owner.DelegateMethodHandle.class
org.aeonbits.owner.Factory.class
org.aeonbits.owner.HotReloadLogic.class
org.aeonbits.owner.JMXSupport.class
org.aeonbits.owner.LoadersManager.class
org.aeonbits.owner.Mutable.class
org.aeonbits.owner.Preprocessor.class
org.aeonbits.owner.PreprocessorResolver.class
org.aeonbits.owner.PropertiesInvocationHandler.class
org.aeonbits.owner.PropertiesManager.class
org.aeonbits.owner.PropertiesMapper.class
org.aeonbits.owner.Reloadable.class
org.aeonbits.owner.SplitAndTrimTokenizer.class
org.aeonbits.owner.StrSubstitutor.class
org.aeonbits.owner.Tokenizer.class
org.aeonbits.owner.TokenizerResolver.class
org.aeonbits.owner.Util.class
org.aeonbits.owner.VariablesExpander.class
org.aeonbits.owner.crypto.AbstractDecryptor.class
org.aeonbits.owner.crypto.AbstractEncryptor.class
org.aeonbits.owner.crypto.Decryptor.class
org.aeonbits.owner.crypto.Encryptor.class
org.aeonbits.owner.crypto.IdentityDecryptor.class
org.aeonbits.owner.event.Event.class
org.aeonbits.owner.event.ReloadEvent.class
org.aeonbits.owner.event.ReloadListener.class
org.aeonbits.owner.event.RollbackBatchException.class
org.aeonbits.owner.event.RollbackException.class
org.aeonbits.owner.event.RollbackOperationException.class
org.aeonbits.owner.event.TransactionalPropertyChangeListener.class
org.aeonbits.owner.event.TransactionalReloadListener.class
org.aeonbits.owner.event.UnmodifiableProperties.class
org.aeonbits.owner.loaders.Loader.class
org.aeonbits.owner.loaders.PropertiesLoader.class
org.aeonbits.owner.loaders.SystemLoader.class
org.aeonbits.owner.loaders.XMLLoader.class
org.aeonbits.owner.util.Base64.class
org.aeonbits.owner.util.Collections.class
org.aeonbits.owner.util.Reflection.class

Pom

owner-1.0.10.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ Copyright (c) 2012-2015, Luigi R. Viggiano
  ~ All rights reserved.
  ~
  ~ This software is distributable under the BSD license.
  ~ See the terms of the BSD license in the documentation provided with this software.
  -->
<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/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>org.aeonbits.owner</groupId>
        <artifactId>owner-parent</artifactId>
        <version>1.0.10</version>
    </parent>

    <name>OWNER :: Core</name>
    <artifactId>owner</artifactId>
    <description>Get rid of the boilerplate code in Java properties based configuration.</description>
    <packaging>jar</packaging>

    <dependencies>
        <!-- Order matters -->
        <dependency>
            <groupId>org.hamcrest</groupId>
            <artifactId>hamcrest-all</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-core</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>commons-codec</groupId>
            <artifactId>commons-codec</artifactId>
            <scope>test</scope>
        </dependency>
    </dependencies>

    <build>
        <plugins>
            <plugin>
                <groupId>org.eluder.coveralls</groupId>
                <artifactId>coveralls-maven-plugin</artifactId>
            </plugin>
            <!--
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>cobertura-maven-plugin</artifactId>
            </plugin>
            -->
            <plugin>
                <groupId>org.apache.felix</groupId>
                <artifactId>maven-bundle-plugin</artifactId>
            </plugin>

            <plugin>
                <artifactId>maven-source-plugin</artifactId>
            </plugin>
            <plugin>
                <artifactId>maven-javadoc-plugin</artifactId>
            </plugin>

        </plugins>
    </build>
</project>

POM Entry

<dependency>
   <groupId>org.aeonbits.owner</groupId>
   <artifactId>owner</artifactId>
   <version>1.0.10</version>
</dependency>

Download

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



Download owner-1.0.10.jar file




PreviousNext

Related