| 组织ID: |
cn.featherfly |
| 项目ID: |
featherfly-common |
| 版本: |
1.6.2 |
| 最后修改时间: |
2019-12-01 09:31:50 |
| 包类型: |
jar |
| 标题: |
featherfly-common |
| 描述: |
common tool |
| 相关URL: |
https://github.com/featherfly/common.git |
| 大小: |
196.31KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>cn.featherfly</groupId>
<artifactId>featherfly-common</artifactId>
<version>1.6.2</version>
</dependency>
|
| Gradle引入代码: |
cn.featherfly:featherfly-common:1.6.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="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>cn.featherfly</groupId>
<artifactId>featherfly-common</artifactId>
<version>1.6.2</version>
<name>featherfly-common</name>
<description>common tool</description>
<url>https://github.com/featherfly/common.git</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>featherfly</id>
<name>Yufei</name>
</developer>
</developers>
<scm>
<connection>scm:git@github.com:featherfly/common.git</connection>
<developerConnection>git@github.com:featherfly/common.git</developerConnection>
<url>scm:git@github.com:featherfly/common.git</url>
</scm>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.21</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>4.3.7.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.8.8</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>LATEST</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
cn.featherfly.common.bean.BeanDescriptor.class
cn.featherfly.common.bean.BeanProperty.class
cn.featherfly.common.bean.BeanPropertyFactory.class
cn.featherfly.common.bean.BeanUtils.class
cn.featherfly.common.bean.MapBeanDescriptor.class
cn.featherfly.common.bean.matcher.BeanPropertyAnnotationMatcher.class
cn.featherfly.common.bean.matcher.BeanPropertyClassMatcher.class
cn.featherfly.common.bean.matcher.BeanPropertyMatcher.class
cn.featherfly.common.bean.matcher.BeanPropertyNameRegexMatcher.class
cn.featherfly.common.bean.NoSuchPropertyException.class
cn.featherfly.common.bean.PropertyAccessException.class
cn.featherfly.common.bean.PropertyException.class
cn.featherfly.common.bean.ReflectionBeanPropertyFactory.class
cn.featherfly.common.bean.rule.CopyRule.class
cn.featherfly.common.bean.rule.CopyRuleAlwaysCopy.class
cn.featherfly.common.bean.rule.CopyRuleEnum.class
cn.featherfly.common.bean.rule.CopyRuleIgnoreCaseEmpty.class
cn.featherfly.common.bean.rule.CopyRuleIgnoreCaseNull.class
cn.featherfly.common.constant.Chars.class
cn.featherfly.common.constant.Charset.class
cn.featherfly.common.constant.Unit.class
cn.featherfly.common.data.Collector.class
cn.featherfly.common.data.GroupMatcher.class
cn.featherfly.common.data.Matcher.class
cn.featherfly.common.enums.Logic.class
cn.featherfly.common.exception.AssertLocalized.class
cn.featherfly.common.exception.AssertStandardApp.class
cn.featherfly.common.exception.AssertStandardConfig.class
cn.featherfly.common.exception.AssertStandardSys.class
cn.featherfly.common.exception.ExceptionCode.class
cn.featherfly.common.exception.LocalizedException.class
cn.featherfly.common.exception.StandardAppException.class
cn.featherfly.common.exception.StandardConfigException.class
cn.featherfly.common.exception.StandardResourceBundleException.class
cn.featherfly.common.exception.StandardSysException.class
cn.featherfly.common.form.Form.class
cn.featherfly.common.form.Parameter.class
cn.featherfly.common.form.SimpleStateForm.class
cn.featherfly.common.form.StateForm.class
cn.featherfly.common.io.ClassPathScanningProvider.class
cn.featherfly.common.io.file.FileConvention.class
cn.featherfly.common.io.file.FileWrapper.class
cn.featherfly.common.io.file.rename.AbstractExtNameRenamePolicy.class
cn.featherfly.common.io.file.rename.NoRenamePolicy.class
cn.featherfly.common.io.file.rename.TimestampRenamePolicy.class
cn.featherfly.common.io.file.rename.UUIDRenamePolicy.class
cn.featherfly.common.io.file.RenamePolicy.class
cn.featherfly.common.io.FileUtils.class
cn.featherfly.common.lang.ArrayUtils.class
cn.featherfly.common.lang.Assert.class
cn.featherfly.common.lang.AssertIllegalArgument.class
cn.featherfly.common.lang.AssertUtils.class
cn.featherfly.common.lang.ClassLoaderUtils$AggregateIterator.class
cn.featherfly.common.lang.ClassLoaderUtils.class
cn.featherfly.common.lang.ClassUtils.class
cn.featherfly.common.lang.CollectionUtils.class
cn.featherfly.common.lang.DateUtils$1.class
cn.featherfly.common.lang.DateUtils$TimeType.class
cn.featherfly.common.lang.DateUtils.class
cn.featherfly.common.lang.executor.AutoAsyncExecutor.class
cn.featherfly.common.lang.executor.Executable.class
cn.featherfly.common.lang.executor.Executor.class
cn.featherfly.common.lang.GenericType.class
cn.featherfly.common.lang.LangUtils.class
cn.featherfly.common.lang.LogUtils.class
cn.featherfly.common.lang.matcher.AbstractMemberMatcher.class
cn.featherfly.common.lang.matcher.FieldAnnotationMatcher.class
cn.featherfly.common.lang.matcher.FieldGroupMatcher.class
cn.featherfly.common.lang.matcher.FieldMatcher.class
cn.featherfly.common.lang.matcher.FieldModifierMatcher.class
cn.featherfly.common.lang.matcher.FieldNameRegexMatcher.class
cn.featherfly.common.lang.matcher.FieldTypeMatcher.class
cn.featherfly.common.lang.matcher.MemberGroupMatcher.class
cn.featherfly.common.lang.matcher.MemberMatcher.class
cn.featherfly.common.lang.matcher.MemberModifierMatcher.class
cn.featherfly.common.lang.matcher.MemberNameRegexMatcher.class
cn.featherfly.common.lang.matcher.MethodAnnotationMatcher.class
cn.featherfly.common.lang.matcher.MethodGroupMatcher.class
cn.featherfly.common.lang.matcher.MethodMatcher.class
cn.featherfly.common.lang.matcher.MethodModifierMatcher.class
cn.featherfly.common.lang.matcher.MethodNameRegexMatcher.class
cn.featherfly.common.lang.matcher.MethodParamTypeMatcher.class
cn.featherfly.common.lang.matcher.MethodReturnTypeMatcher.class
cn.featherfly.common.lang.NumberUtils.class
cn.featherfly.common.lang.RandomUtils$CharType.class
cn.featherfly.common.lang.RandomUtils$LeftMoneyPackage.class
cn.featherfly.common.lang.RandomUtils.class
cn.featherfly.common.lang.reflect.GenericClass.class
cn.featherfly.common.lang.reflect.MethodDescriptor.class
cn.featherfly.common.lang.reflect.MethodParameter.class
cn.featherfly.common.lang.reflect.Modifier$1.class
cn.featherfly.common.lang.reflect.Modifier.class
cn.featherfly.common.lang.ServiceLoaderUtils$1.class
cn.featherfly.common.lang.ServiceLoaderUtils$MultiPolicy.class
cn.featherfly.common.lang.ServiceLoaderUtils$NotFoundPolicy.class
cn.featherfly.common.lang.ServiceLoaderUtils.class
cn.featherfly.common.lang.StringUtils.class
cn.featherfly.common.lang.SystemPropertyUtils.class
cn.featherfly.common.lang.UriUtils.class
cn.featherfly.common.lang.UUIDGenerator.class
cn.featherfly.common.lang.WordUtils.class
cn.featherfly.common.locale.DefaultLocaleManager.class
cn.featherfly.common.locale.JdkResourceBundleFactory.class
cn.featherfly.common.locale.JdkResourceBundleProxy.class
cn.featherfly.common.locale.LocaleManager.class
cn.featherfly.common.locale.ResourceBundle.class
cn.featherfly.common.locale.ResourceBundleFactory.class
cn.featherfly.common.locale.ResourceBundleUtils.class
cn.featherfly.common.policy.AllowPolicy.class
cn.featherfly.common.policy.BlackListPolicy.class
cn.featherfly.common.policy.WhiteBlackListPolicy.class
cn.featherfly.common.policy.WhiteListPolicy.class
cn.featherfly.common.storage.DateLocalDirStorage.class
cn.featherfly.common.storage.file.FileDateLocalDirStorage.class
cn.featherfly.common.storage.file.FileLocalAndRemoteStorage.class
cn.featherfly.common.storage.file.FileLocalDirStorage.class
cn.featherfly.common.storage.file.FileProjectModuleDateDirStorage.class
cn.featherfly.common.storage.file.FileStorage.class
cn.featherfly.common.storage.file.RemoteFileStorage.class
cn.featherfly.common.storage.LocalDirStorage.class
cn.featherfly.common.storage.ProjectModuleDateLocalDirStorage.class
cn.featherfly.common.storage.Storage.class
cn.featherfly.common.storage.stream.RemoteStorage.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
slf4j-api-1.7.21.jar
/org.slf4j/slf4j-api/1.7.21
查看slf4j-api所有版本文件
commons-lang-2.6.jar
/commons-lang/commons-lang/2.6
查看commons-lang所有版本文件
commons-io-2.4.jar
/commons-io/commons-io/2.4
查看commons-io所有版本文件
commons-collections-3.2.1.jar
/commons-collections/commons-collections/3.2.1
查看commons-collections所有版本文件
spring-core-4.3.7.RELEASE.jar
/org.springframework/spring-core/4.3.7.RELEASE
查看spring-core所有版本文件
jackson-databind-2.8.8.jar
/com.fasterxml.jackson.core/jackson-databind/2.8.8
查看jackson-databind所有版本文件
testng-LATEST.jar
/org.testng/testng/LATEST
查看testng所有版本文件
|