Download archaius-core-0.6.0.jar file

Introduction

You can download archaius-core-0.6.0.jar in this page.

License

The Apache Software License, Version 2.0

Type List

archaius-core-0.6.0.jar file has the following types.

META-INF/MANIFEST.MF
com.netflix.config.AbstractDynamicPropertyListener.class
com.netflix.config.AbstractPollingScheduler.class
com.netflix.config.AggregatedConfiguration.class
com.netflix.config.ChainedDynamicProperty.class
com.netflix.config.ClasspathPropertiesConfiguration.class
com.netflix.config.ConcurrentCompositeConfiguration.class
com.netflix.config.ConcurrentMapConfiguration.class
com.netflix.config.ConfigurationBackedDynamicPropertySupportImpl.class
com.netflix.config.ConfigurationBasedDeploymentContext.class
com.netflix.config.ConfigurationManager.class
com.netflix.config.ConfigurationWithPollingSource.class
com.netflix.config.DefaultContextualPredicate.class
com.netflix.config.DeploymentContext.class
com.netflix.config.DerivedStringProperty.class
com.netflix.config.DynamicBooleanProperty.class
com.netflix.config.DynamicConfiguration.class
com.netflix.config.DynamicContextualProperty.class
com.netflix.config.DynamicDoubleProperty.class
com.netflix.config.DynamicFloatProperty.class
com.netflix.config.DynamicIntProperty.class
com.netflix.config.DynamicListProperty.class
com.netflix.config.DynamicLongProperty.class
com.netflix.config.DynamicMapProperty.class
com.netflix.config.DynamicProperty.class
com.netflix.config.DynamicPropertyFactory.class
com.netflix.config.DynamicPropertySupport.class
com.netflix.config.DynamicPropertyUpdater.class
com.netflix.config.DynamicSetProperty.class
com.netflix.config.DynamicStringListProperty.class
com.netflix.config.DynamicStringMapProperty.class
com.netflix.config.DynamicStringProperty.class
com.netflix.config.DynamicStringSetProperty.class
com.netflix.config.DynamicURLConfiguration.class
com.netflix.config.DynamicWatchedConfiguration.class
com.netflix.config.ExpandedConfigurationListenerAdapter.class
com.netflix.config.FixedDelayPollingScheduler.class
com.netflix.config.MissingConfigurationSourceException.class
com.netflix.config.PollListener.class
com.netflix.config.PollResult.class
com.netflix.config.PolledConfigurationSource.class
com.netflix.config.Property.class
com.netflix.config.PropertyListener.class
com.netflix.config.PropertyWrapper.class
com.netflix.config.SimpleDeploymentContext.class
com.netflix.config.StringDerivedProperty.class
com.netflix.config.WatchedConfigurationSource.class
com.netflix.config.WatchedUpdateListener.class
com.netflix.config.WatchedUpdateResult.class
com.netflix.config.WebApplicationProperties.class
com.netflix.config.jmx.BaseConfigMBean.class
com.netflix.config.jmx.ConfigJMXManager.class
com.netflix.config.jmx.ConfigMBean.class
com.netflix.config.samples.SampleApplication.class
com.netflix.config.samples.SampleApplicationWithDefaultConfiguration.class
com.netflix.config.samples.SampleBean.class
com.netflix.config.sources.JDBCConfigurationSource.class
com.netflix.config.sources.URLConfigurationSource.class
com.netflix.config.util.ConfigurationUtils.class
com.netflix.config.util.HttpVerbUriRegexPropertyValue.class
com.netflix.config.util.OverridingPropertiesConfiguration.class
com.netflix.config.validation.PropertyChangeValidator.class
com.netflix.config.validation.ValidationException.class
sampleapp.properties

Pom

archaius-core-0.6.0.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.netflix.archaius</groupId>
  <artifactId>archaius-core</artifactId>
  <version>0.6.0</version>
  <name>archaius-core</name>
  <description>archaius-core developed by Netflix</description>
  <url>https://github.com/Netflix/archaius</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>netflixgithub</id>
      <name>Netflix Open Source Development</name>
      <email>talent@netflix.com</email>
    </developer>
  </developers>
  <issueManagement>
    <system>github</system>
    <url>https://github.com/Netflix/archaius/issues</url>
  </issueManagement>
  <scm>
    <connection>scm:git:git@github.com:Netflix/archaius.git</connection>
    <developerConnection>scm:git:git@github.com:Netflix/archaius.git</developerConnection>
    <url>scm:git:git@github.com:Netflix/archaius.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-simple</artifactId>
      <version>1.7.5</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>11.0.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.codehaus.jackson</groupId>
      <artifactId>jackson-mapper-asl</artifactId>
      <version>1.9.11</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>log4j</groupId>
      <artifactId>log4j</artifactId>
      <version>1.2.16</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.11</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.derby</groupId>
      <artifactId>derby</artifactId>
      <version>10.8.2.2</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>commons-configuration</groupId>
      <artifactId>commons-configuration</artifactId>
      <version>1.8</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.6.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.codehaus.jackson</groupId>
      <artifactId>jackson-core-asl</artifactId>
      <version>1.9.11</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>annotations</artifactId>
      <version>2.0.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.netflix.archaius</groupId>
   <artifactId>archaius-core</artifactId>
   <version>0.6.0</version>
</dependency>

Download

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



Download archaius-core-0.6.0.jar file




PreviousNext

Related