| 组织ID: |
com.github.gv2011 |
| 项目ID: |
util-beans |
| 版本: |
0.3.1 |
| 最后修改时间: |
2019-11-04 18:43:07 |
| 包类型: |
jar |
| 大小: |
64.02KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.github.gv2011</groupId>
<artifactId>util-beans</artifactId>
<version>0.3.1</version>
</dependency>
|
| Gradle引入代码: |
com.github.gv2011:util-beans:0.3.1
|
| 下载Jar包: |
|
| POM文件内容: |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.github.gv2011</groupId>
<artifactId>util-parent</artifactId>
<version>0.3.1</version>
</parent>
<artifactId>util-beans</artifactId>
<inceptionYear>2017</inceptionYear>
<dependencies>
<dependency>
<groupId>com.github.gv2011</groupId>
<artifactId>util</artifactId>
<version>${util.version}</version>
</dependency>
<dependency>
<groupId>com.github.gv2011</groupId>
<artifactId>util-test</artifactId>
<version>${util.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<configuration>
<inceptionYear>${project.inceptionYear}</inceptionYear>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.github.gv2011.util.beans.imp.AbstractElementaryType.class
com.github.gv2011.util.beans.imp.BeanTypeImp$1.class
com.github.gv2011.util.beans.imp.DefaultElementaryTypeHandlerFactory$DurationType.class
com.github.gv2011.util.beans.imp.DefaultElementaryTypeHandlerFactory$InetSocketAddressType.class
com.github.gv2011.util.beans.imp.ElementaryTypeImp.class
com.github.gv2011.util.beans.imp.AbstractElementaryTypeHandler.class
com.github.gv2011.util.beans.imp.BeanTypeImp.class
com.github.gv2011.util.beans.imp.DefaultElementaryTypeHandlerFactory$IntegerType.class
com.github.gv2011.util.beans.imp.DefaultElementaryTypeHandlerFactory$LongType.class
com.github.gv2011.util.beans.imp.TypedStringType.class
META-INF/services/com.github.gv2011.util.beans.TypeRegistry
META-INF/maven/com.github.gv2011/util-beans/pom.properties
com.github.gv2011.util.beans.imp.AbstractType.class
com.github.gv2011.util.beans.imp.CollectionType.class
com.github.gv2011.util.beans.imp.DefaultElementaryTypeHandlerFactory$1.class
com.github.gv2011.util.beans.imp.DefaultElementaryTypeHandlerFactory$BooleanType.class
com.github.gv2011.util.beans.imp.DefaultElementaryTypeHandlerFactory$DateType.class
com.github.gv2011.util.beans.imp.DefaultElementaryTypeHandlerFactory$StringType.class
com.github.gv2011.util.beans.imp.BeanBuilderImp$1.class
com.github.gv2011.util.beans.imp.DefaultElementaryTypeHandlerFactory$NothingType.class
com.github.gv2011.util.beans.imp.BeanBuilderImp$OptSetter.class
com.github.gv2011.util.beans.imp.PartialImp.class
com.github.gv2011.util.beans.imp.BeanBuilderImp$SetterImp.class
com.github.gv2011.util.beans.imp.DefaultElementaryTypeHandlerFactory$PrimitiveLongType.class
com.github.gv2011.util.beans.imp.BeanBuilderImp.class
com.github.gv2011.util.beans.imp.DefaultElementaryTypeHandlerFactory$DecimalType.class
com.github.gv2011.util.beans.imp.DefaultElementaryTypeHandlerFactory.class
com.github.gv2011.util.beans.imp.BeanInvocationHandler.class
com.github.gv2011.util.beans.imp.DefaultTypeRegistry.class
com.github.gv2011.util.beans.imp.PropertyImp.class
com.github.gv2011.util.beans.imp.Structure$1.class
com.github.gv2011.util.beans.imp.Structure$ListStructure.class
com.github.gv2011.util.beans.imp.Structure$MapStructure.class
com.github.gv2011.util.beans.imp.Structure$OptStructure.class
com.github.gv2011.util.beans.imp.Structure$SetStructure.class
com.github.gv2011.util.beans.imp.Structure$SortedSetStructure.class
com.github.gv2011.util.beans.imp.Structure$StringMapStructure.class
com.github.gv2011.util.beans.imp.Structure.class
com.github.gv2011.util.beans.imp.TypedStringType$1.class
com.github.gv2011.util.beans.imp.TypedStringType$TypeHandler.class
LICENSE.txt
META-INF/maven/com.github.gv2011/util-beans/pom.xml
|
| 依赖Jar: |
util-${util.version}.jar
/com.github.gv2011/util/${util.version}
查看util所有版本文件
util-test-${util.version}.jar
/com.github.gv2011/util-test/${util.version}
查看util-test所有版本文件
|