组织ID: |
com.typesafe |
项目ID: |
config |
版本: |
1.0.2 |
最后修改时间: |
2018-07-24 06:36:08 |
包类型: |
jar |
标题: |
config |
描述: |
config |
相关URL: |
https://github.com/typesafehub/config |
大小: |
183.10KB |
|
Maven引入代码: |
<dependency>
<groupId>com.typesafe</groupId>
<artifactId>config</artifactId>
<version>1.0.2</version>
</dependency>
|
Gradle引入代码: |
com.typesafe:config:1.0.2
|
下载Jar包: |
|
POM文件内容: |
<?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.0.2</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>test-lib_2.10</artifactId>
<version>1.0.2</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.7</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
com.typesafe.config.Config.class
com.typesafe.config.ConfigException$BadPath.class
com.typesafe.config.ConfigException$BadValue.class
com.typesafe.config.ConfigException$BugOrBroken.class
com.typesafe.config.ConfigException$Generic.class
com.typesafe.config.ConfigException$IO.class
com.typesafe.config.ConfigException$Missing.class
com.typesafe.config.ConfigException$NotResolved.class
com.typesafe.config.ConfigException$Null.class
com.typesafe.config.ConfigException$Parse.class
com.typesafe.config.ConfigException$UnresolvedSubstitution.class
com.typesafe.config.ConfigException$ValidationFailed.class
com.typesafe.config.ConfigException$ValidationProblem.class
com.typesafe.config.ConfigException$WrongType.class
com.typesafe.config.ConfigException.class
com.typesafe.config.ConfigFactory$1.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$Modifier.class
com.typesafe.config.impl.AbstractConfigValue$NoExceptionsModifier.class
com.typesafe.config.impl.AbstractConfigValue$NotPossibleToResolve.class
com.typesafe.config.impl.AbstractConfigValue.class
com.typesafe.config.impl.ConfigBoolean.class
com.typesafe.config.impl.ConfigConcatenation.class
com.typesafe.config.impl.ConfigDelayedMerge$1.class
com.typesafe.config.impl.ConfigDelayedMerge.class
com.typesafe.config.impl.ConfigDelayedMergeObject$1.class
com.typesafe.config.impl.ConfigDelayedMergeObject.class
com.typesafe.config.impl.ConfigDouble.class
com.typesafe.config.impl.ConfigImpl$1.class
com.typesafe.config.impl.ConfigImpl$ClasspathNameSource.class
com.typesafe.config.impl.ConfigImpl$ClasspathNameSourceWithClass.class
com.typesafe.config.impl.ConfigImpl$DebugHolder.class
com.typesafe.config.impl.ConfigImpl$DefaultIncluderHolder.class
com.typesafe.config.impl.ConfigImpl$EnvVariablesHolder.class
com.typesafe.config.impl.ConfigImpl$FileNameSource.class
com.typesafe.config.impl.ConfigImpl$LoaderCache.class
com.typesafe.config.impl.ConfigImpl$LoaderCacheHolder.class
com.typesafe.config.impl.ConfigImpl$SystemPropertiesHolder.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$1.class
com.typesafe.config.impl.DefaultTransformer$2.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$1.class
com.typesafe.config.impl.Parseable$2.class
com.typesafe.config.impl.Parseable$ParseableFile.class
com.typesafe.config.impl.Parseable$ParseableNotFound.class
com.typesafe.config.impl.Parseable$ParseableProperties.class
com.typesafe.config.impl.Parseable$ParseableReader.class
com.typesafe.config.impl.Parseable$ParseableResources.class
com.typesafe.config.impl.Parseable$ParseableString.class
com.typesafe.config.impl.Parseable$ParseableURL.class
com.typesafe.config.impl.Parseable.class
com.typesafe.config.impl.Parser$Element.class
com.typesafe.config.impl.Parser$ParseContext.class
com.typesafe.config.impl.Parser$TokenWithComments.class
com.typesafe.config.impl.Parser.class
com.typesafe.config.impl.Path.class
com.typesafe.config.impl.PathBuilder.class
com.typesafe.config.impl.PropertiesParser$1.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$1.class
com.typesafe.config.impl.ResolveReplacer.class
com.typesafe.config.impl.ResolveSource.class
com.typesafe.config.impl.ResolveStatus.class
com.typesafe.config.impl.SerializedConfigValue$1.class
com.typesafe.config.impl.SerializedConfigValue$FieldOut.class
com.typesafe.config.impl.SerializedConfigValue$SerializedField.class
com.typesafe.config.impl.SerializedConfigValue$SerializedValueType.class
com.typesafe.config.impl.SerializedConfigValue.class
com.typesafe.config.impl.SimpleConfig$MemoryUnit.class
com.typesafe.config.impl.SimpleConfig.class
com.typesafe.config.impl.SimpleConfigList$1.class
com.typesafe.config.impl.SimpleConfigList$2.class
com.typesafe.config.impl.SimpleConfigList$3.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
test-lib_2.10-1.0.2.jar
/com.typesafe/test-lib_2.10/1.0.2
查看test-lib_2.10所有版本文件
lift-json_2.10-2.5.jar
/net.liftweb/lift-json_2.10/2.5
查看lift-json_2.10所有版本文件
junit-interface-0.7.jar
/com.novocode/junit-interface/0.7
查看junit-interface所有版本文件
|