| 组织ID: |
com.themodernway |
| 项目ID: |
themodernway-common |
| 版本: |
2.0.0-RELEASE |
| 最后修改时间: |
2019-12-01 14:42:26 |
| 包类型: |
jar |
| 标题: |
TheModernWay-Common |
| 描述: |
TheModernWay-Common is common integfaces and utility classes for TheModernWay Projects. |
| 相关URL: |
https://github.com/themodernway/themodernway-common |
| 大小: |
87.87KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.themodernway</groupId>
<artifactId>themodernway-common</artifactId>
<version>2.0.0-RELEASE</version>
</dependency>
|
| Gradle引入代码: |
com.themodernway:themodernway-common:2.0.0-RELEASE
|
| 下载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="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.themodernway</groupId>
<artifactId>themodernway-common</artifactId>
<version>2.0.0-RELEASE</version>
<name>TheModernWay-Common</name>
<description>TheModernWay-Common is common integfaces and utility classes for TheModernWay Projects.</description>
<url>https://github.com/themodernway/themodernway-common</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>sprocketnyc</id>
<name>Dean S. Jones</name>
<email>deansjones@gmail.com</email>
<url>https://www.themodernway.com</url>
</developer>
</developers>
<scm>
<connection>scm:git@github.com:themodernway/themodernway-common.git</connection>
<developerConnection>scm:git@github.com:themodernway/themodernway-common.git</developerConnection>
<url>scm:git@github.com:themodernway/themodernway-common.git</url>
</scm>
<dependencies>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>2.4.13</version>
<classifier>indy</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.spockframework</groupId>
<artifactId>spock-core</artifactId>
<version>1.1-groovy-2.4</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>groovy-all</artifactId>
<groupId>org.codehaus.groovy</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<version>1.7.25</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jul-to-slf4j</artifactId>
<version>1.7.25</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.themodernway.common.api.types.IFixedIterable.class
com.themodernway.common.api.types.IterableCursor.class
com.themodernway.common.api.types.IBuilder.class
com.themodernway.common.api.types.IStringValued.class
com.themodernway.common.api.types.IAsyncCallback.class
com.themodernway.common.api.types.FixedIterator.class
com.themodernway.common.api.types.IRefreshable.class
com.themodernway.common.api.types.IListValuedList.class
com.themodernway.common.api.types.ITypedList.class
com.themodernway.common.api.types.Versioned.class
com.themodernway.common.api.types.FixedListIterable.class
com.themodernway.common.api.types.IIdentifiedTypeValue.class
com.themodernway.common.api.types.ICursor.class
com.themodernway.common.api.types.IIdentifiedType.class
com.themodernway.common.api.types.IFailable.class
com.themodernway.common.api.types.ITypedDictionary.class
com.themodernway.common.api.types.IMixedStringHashDefinition.class
com.themodernway.common.api.types.IIdentified.class
com.themodernway.common.api.types.IListValued.class
com.themodernway.common.api.types.IIdentifiedValue.class
com.themodernway.common.api.types.IMixedStringHash.class
com.themodernway.common.api.types.IActivatable.class
com.themodernway.common.api.types.IDictionary.class
com.themodernway.common.api.types.CoreCursor.class
com.themodernway.common.api.types.IMixedListDefinition.class
com.themodernway.common.api.types.IAutoCloseable.class
com.themodernway.common.api.types.IMixedList.class
com.themodernway.common.api.types.INamed.class
com.themodernway.common.api.types.ITimeStamped.class
com.themodernway.common.api.types.INamedType.class
com.themodernway.common.api.types.IValued.class
com.themodernway.common.api.types.Activatable.class
com.themodernway.common.api.types.ICloseable.class
com.themodernway.common.api.types.INamedValue.class
com.themodernway.common.api.types.ICache.class
com.themodernway.common.api.hash.IHash512.class
com.themodernway.common.api.hash.IHasher.class
com.themodernway.common.api.hash.Hasher.class
com.themodernway.common.api.hash.IHash512Salt.class
com.themodernway.common.api.java.util.CommonOps.class
com.themodernway.common.api.java.util.IHTTPConstants.class
com.themodernway.common.api.java.util.StringOps.class
com.themodernway.common.api.java.util.UUID.class
com.themodernway.common.api.json.JSONObjectDefinition.class
com.themodernway.common.api.json.JSONParserException.class
com.themodernway.common.api.json.JSONArrayDefinition.class
com.themodernway.common.api.json.JSONStringify.class
com.themodernway.common.api.json.JSONStringifyStrict.class
com.themodernway.common.api.json.JSONType.class
com/themodernway/common/server/config/CommonServerApplicationContext.xml
com/themodernway/common/Common.gwt.xml
com/themodernway/common/api/types/INamedType.java
com/themodernway/common/api/types/IAsyncCallback.java
com/themodernway/common/api/types/IAutoCloseable.java
com/themodernway/common/api/types/INamedValue.java
com/themodernway/common/api/types/FixedListIterable.java
com/themodernway/common/api/types/IListValuedList.java
com/themodernway/common/api/types/IterableCursor.java
com/themodernway/common/api/types/IStringValued.java
com/themodernway/common/api/types/ICache.java
com/themodernway/common/api/types/ITimeStamped.java
com/themodernway/common/api/types/FixedIterator.java
com/themodernway/common/api/types/ITypedDictionary.java
com/themodernway/common/api/types/IListValued.java
com/themodernway/common/api/types/IValued.java
com/themodernway/common/api/types/CoreCursor.java
com/themodernway/common/api/types/ITypedList.java
com/themodernway/common/api/types/IIdentified.java
com/themodernway/common/api/types/Versioned.java
com/themodernway/common/api/types/ICloseable.java
com/themodernway/common/api/types/IMixedStringHashDefinition.java
com/themodernway/common/api/types/IIdentifiedValue.java
com/themodernway/common/api/types/IFailable.java
com/themodernway/common/api/types/IIdentifiedTypeValue.java
com/themodernway/common/api/types/ICursor.java
com/themodernway/common/api/types/IMixedStringHash.java
com/themodernway/common/api/types/INamed.java
com/themodernway/common/api/types/IActivatable.java
com/themodernway/common/api/types/IMixedList.java
com/themodernway/common/api/types/IBuilder.java
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
jsr305-3.0.2.jar
/com.google.code.findbugs/jsr305/3.0.2
查看jsr305所有版本文件
groovy-all-2.4.13.jar
/org.codehaus.groovy/groovy-all/2.4.13
查看groovy-all所有版本文件
spock-core-1.1-groovy-2.4.jar
/org.spockframework/spock-core/1.1-groovy-2.4
查看spock-core所有版本文件
commons-codec-1.11.jar
/commons-codec/commons-codec/1.11
查看commons-codec所有版本文件
logback-classic-1.2.3.jar
/ch.qos.logback/logback-classic/1.2.3
查看logback-classic所有版本文件
slf4j-api-1.7.25.jar
/org.slf4j/slf4j-api/1.7.25
查看slf4j-api所有版本文件
jcl-over-slf4j-1.7.25.jar
/org.slf4j/jcl-over-slf4j/1.7.25
查看jcl-over-slf4j所有版本文件
jul-to-slf4j-1.7.25.jar
/org.slf4j/jul-to-slf4j/1.7.25
查看jul-to-slf4j所有版本文件
commons-logging-1.2.jar
/commons-logging/commons-logging/1.2
查看commons-logging所有版本文件
|