| 组织ID: |
com.themodernway |
| 项目ID: |
themodernway-common |
| 版本: |
1.0.2-RELEASE |
| 最后修改时间: |
2019-11-01 19:15:06 |
| 包类型: |
jar |
| 标题: |
TheModernWay-Common |
| 描述: |
TheModernWay-Common is common integfaces and utility classes for TheModernWay Projects. |
| 相关URL: |
https://github.com/themodernway/themodernway-common |
| 大小: |
71.11KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.themodernway</groupId>
<artifactId>themodernway-common</artifactId>
<version>1.0.2-RELEASE</version>
</dependency>
|
| Gradle引入代码: |
com.themodernway:themodernway-common:1.0.2-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>1.0.2-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.lienzo-core.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>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.themodernway.common.api.flow.Flows$1.class
com.themodernway.common.api.flow.Flows$2.class
com.themodernway.common.api.flow.Flows$AndBooleanOp.class
com.themodernway.common.api.flow.Flows$BooleanOp.class
com.themodernway.common.api.flow.Flows$OrBooleanOp.class
com.themodernway.common.api.flow.Flows$PredicateBooleanOp.class
com.themodernway.common.api.flow.Flows.class
com.themodernway.common.api.hash.Hasher.class
com.themodernway.common.api.hash.IHash512.class
com.themodernway.common.api.hash.IHash512Salt.class
com.themodernway.common.api.hash.IHasher.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.JSONArrayDefinition.class
com.themodernway.common.api.json.JSONObjectDefinition.class
com.themodernway.common.api.json.JSONParserException.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.api.model.AbstractModelRepresentation.class
com.themodernway.common.api.model.IMixedStringHashModel.class
com.themodernway.common.api.model.IModel.class
com.themodernway.common.api.model.ITypedListModel.class
com.themodernway.common.api.model.ITypedStringHashModel.class
com.themodernway.common.api.types.Activatable.class
com.themodernway.common.api.types.IActivatable.class
com.themodernway.common.api.types.IAsyncCallback.class
com.themodernway.common.api.types.ICastable.class
com.themodernway.common.api.types.IDictionary.class
com.themodernway.common.api.types.IIdentified.class
com.themodernway.common.api.types.IIdentifiedType.class
com.themodernway.common.api.types.IIdentifiedTypeValue.class
com.themodernway.common.api.types.IIdentifiedValue.class
com.themodernway.common.api.types.IListValued.class
com.themodernway.common.api.types.IListValuedList.class
com.themodernway.common.api.types.IMixedList.class
com.themodernway.common.api.types.IMixedListDefinition.class
com.themodernway.common.api.types.IMixedStringHash.class
com.themodernway.common.api.types.IMixedStringHashDefinition.class
com.themodernway.common.api.types.INamed.class
com.themodernway.common.api.types.INamedType.class
com.themodernway.common.api.types.INamedValue.class
com.themodernway.common.api.types.IOrdered.class
com.themodernway.common.api.types.IOrderedComparator.class
com.themodernway.common.api.types.IStringValued.class
com.themodernway.common.api.types.ITimeStamped.class
com.themodernway.common.api.types.ITypedDictionary.class
com.themodernway.common.api.types.ITypedList.class
com.themodernway.common.api.types.IValued.class
com/themodernway/common/api/flow/Flows.java
com/themodernway/common/api/hash/Hasher.java
com/themodernway/common/api/hash/IHash512.java
com/themodernway/common/api/hash/IHash512Salt.java
com/themodernway/common/api/hash/IHasher.java
com/themodernway/common/api/java/util/IHTTPConstants.java
com/themodernway/common/api/java/util/StringOps.java
com/themodernway/common/api/java/util/UUID.java
com/themodernway/common/api/json/JSONArrayDefinition.java
com/themodernway/common/api/json/JSONObjectDefinition.java
com/themodernway/common/api/json/JSONParserException.java
com/themodernway/common/api/json/JSONStringify.java
com/themodernway/common/api/json/JSONStringifyStrict.java
com/themodernway/common/api/json/JSONType.java
com/themodernway/common/api/model/AbstractModelRepresentation.java
com/themodernway/common/api/model/IMixedStringHashModel.java
com/themodernway/common/api/model/IModel.java
com/themodernway/common/api/model/ITypedListModel.java
com/themodernway/common/api/model/ITypedStringHashModel.java
com/themodernway/common/api/types/Activatable.java
com/themodernway/common/api/types/IActivatable.java
com/themodernway/common/api/types/IAsyncCallback.java
com/themodernway/common/api/types/ICastable.java
com/themodernway/common/api/types/IDictionary.java
com/themodernway/common/api/types/IIdentified.java
com/themodernway/common/api/types/IIdentifiedType.java
com/themodernway/common/api/types/IIdentifiedTypeValue.java
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
无
|