Download config-1.2.1.jar file

Introduction

You can download config-1.2.1.jar in this page.

License

Apache License, Version 2.0

Type List

config-1.2.1.jar file has the following types.

META-INF/MANIFEST.MF
com.typesafe.config.Config.class
com.typesafe.config.ConfigException.class
com.typesafe.config.ConfigFactory.class
com.typesafe.config.ConfigIncludeContext.class
com.typesafe.config.ConfigIncluder.class
com.typesafe.config.ConfigIncluderClasspath.class
com.typesafe.config.ConfigIncluderFile.class
com.typesafe.config.ConfigIncluderURL.class
com.typesafe.config.ConfigList.class
com.typesafe.config.ConfigMergeable.class
com.typesafe.config.ConfigObject.class
com.typesafe.config.ConfigOrigin.class
com.typesafe.config.ConfigParseOptions.class
com.typesafe.config.ConfigParseable.class
com.typesafe.config.ConfigRenderOptions.class
com.typesafe.config.ConfigResolveOptions.class
com.typesafe.config.ConfigSyntax.class
com.typesafe.config.ConfigUtil.class
com.typesafe.config.ConfigValue.class
com.typesafe.config.ConfigValueFactory.class
com.typesafe.config.ConfigValueType.class
com.typesafe.config.impl.AbstractConfigObject.class
com.typesafe.config.impl.AbstractConfigValue.class
com.typesafe.config.impl.ConfigBoolean.class
com.typesafe.config.impl.ConfigConcatenation.class
com.typesafe.config.impl.ConfigDelayedMerge.class
com.typesafe.config.impl.ConfigDelayedMergeObject.class
com.typesafe.config.impl.ConfigDouble.class
com.typesafe.config.impl.ConfigImpl.class
com.typesafe.config.impl.ConfigImplUtil.class
com.typesafe.config.impl.ConfigInt.class
com.typesafe.config.impl.ConfigLong.class
com.typesafe.config.impl.ConfigNull.class
com.typesafe.config.impl.ConfigNumber.class
com.typesafe.config.impl.ConfigReference.class
com.typesafe.config.impl.ConfigString.class
com.typesafe.config.impl.DefaultTransformer.class
com.typesafe.config.impl.FromMapMode.class
com.typesafe.config.impl.FullIncluder.class
com.typesafe.config.impl.MemoKey.class
com.typesafe.config.impl.MergeableValue.class
com.typesafe.config.impl.OriginType.class
com.typesafe.config.impl.Parseable.class
com.typesafe.config.impl.Parser.class
com.typesafe.config.impl.Path.class
com.typesafe.config.impl.PathBuilder.class
com.typesafe.config.impl.PropertiesParser.class
com.typesafe.config.impl.ReplaceableMergeStack.class
com.typesafe.config.impl.ResolveContext.class
com.typesafe.config.impl.ResolveMemos.class
com.typesafe.config.impl.ResolveReplacer.class
com.typesafe.config.impl.ResolveSource.class
com.typesafe.config.impl.ResolveStatus.class
com.typesafe.config.impl.SerializedConfigValue.class
com.typesafe.config.impl.SimpleConfig.class
com.typesafe.config.impl.SimpleConfigList.class
com.typesafe.config.impl.SimpleConfigObject.class
com.typesafe.config.impl.SimpleConfigOrigin.class
com.typesafe.config.impl.SimpleIncludeContext.class
com.typesafe.config.impl.SimpleIncluder.class
com.typesafe.config.impl.SubstitutionExpression.class
com.typesafe.config.impl.Token.class
com.typesafe.config.impl.TokenType.class
com.typesafe.config.impl.Tokenizer.class
com.typesafe.config.impl.Tokens.class
com.typesafe.config.impl.Unmergeable.class

Pom

config-1.2.1.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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.typesafe</groupId>
    <artifactId>config</artifactId>
    <packaging>bundle</packaging>
    <description>config</description>
    <version>1.2.1</version>
    <name>config</name>
    <organization>
        <name>com.typesafe</name>
    </organization>
    <url>https://github.com/typesafehub/config</url>
    <licenses>
        <license>
            <name>Apache License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <scm>
        <url>git://github.com/typesafehub/config.git</url>
        <connection>scm:git:git://github.com/typesafehub/config.git</connection>
    </scm>
    <developers>
        <developer>
            <id>havocp</id>
            <name>Havoc Pennington</name>
            <url>http://ometer.com/</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>com.typesafe</groupId>
            <artifactId>config-test-lib_2.10</artifactId>
            <version>1.2.1</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>net.liftweb</groupId>
            <artifactId>lift-json_2.10</artifactId>
            <version>2.5</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.novocode</groupId>
            <artifactId>junit-interface</artifactId>
            <version>0.10-M4</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.typesafe</groupId>
   <artifactId>config</artifactId>
   <version>1.2.1</version>
</dependency>

Download

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



Download config-1.2.1.jar file




PreviousNext

Related