组织ID: |
org.ldaptive |
项目ID: |
ldaptive-beans |
版本: |
1.2.3 |
最后修改时间: |
2018-07-29 09:50:09 |
包类型: |
jar |
标题: |
LDAPTIVE BEANS |
描述: |
Mapping, persistence, and code generation API for reading and writing POJOs to an LDAP directory |
大小: |
97.71KB |
|
Maven引入代码: |
<dependency>
<groupId>org.ldaptive</groupId>
<artifactId>ldaptive-beans</artifactId>
<version>1.2.3</version>
</dependency>
|
Gradle引入代码: |
org.ldaptive:ldaptive-beans:1.2.3
|
下载Jar包: |
|
POM文件内容: |
<?xml version='1.0' encoding='UTF-8'?>
<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>
<artifactId>ldaptive-beans</artifactId>
<packaging>jar</packaging>
<name>LDAPTIVE BEANS</name>
<description>Mapping, persistence, and code generation API for reading and writing POJOs to an LDAP directory</description>
<parent>
<groupId>org.ldaptive</groupId>
<artifactId>ldaptive-parent</artifactId>
<version>1.2.3</version>
</parent>
<dependencies>
<dependency>
<groupId>org.ldaptive</groupId>
<artifactId>ldaptive</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-expression</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.sun.codemodel</groupId>
<artifactId>codemodel</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/spring.handlers
org.ldaptive.beans.ClassDescriptor.class
org.ldaptive.beans.generate.props.BeanGeneratorPropertySource.class
org.ldaptive.beans.persistence.LdapEntryManager.class
org.ldaptive.beans.reflect.AbstractCollectionReflectionTranscoder.class
org.ldaptive.beans.reflect.DefaultLdapEntryMapper.class
org.ldaptive.beans.reflect.FieldClassDescriptor.class
org.ldaptive.beans.reflect.ReflectionUtils.class
org.ldaptive.beans.spring.parser.AbstractConnectionFactoryBeanDefinitionParser.class
org.ldaptive.beans.spring.parser.AnonSearchAuthenticatorBeanDefinitionParser.class
org/ldaptive/beans/spring/spring-ext.xsd
META-INF/spring.schemas
org.ldaptive.beans.DnValueMutator.class
org.ldaptive.beans.generate.BeanGenerator.class
org.ldaptive.beans.reflect.MethodAttributeValueMutator.class
org.ldaptive.beans.spring.convert.StringToDurationConverter.class
org.ldaptive.beans.spring.convert.ZonedDateTimeToStringConverter.class
org.ldaptive.beans.spring.parser.AbstractAuthenticatorBeanDefinitionParser.class
org.ldaptive.beans.spring.parser.AbstractConnectionPoolBeanDefinitionParser.class
org.ldaptive.beans.spring.parser.BindSearchAuthenticatorBeanDefinitionParser.class
org.ldaptive.beans.spring.SpringClassDescriptor.class
org.ldaptive.beans.AbstractClassDescriptor$SimpleAttributeValueMutator.class
org.ldaptive.beans.Entry.class
org.ldaptive.beans.generate.props.BeanGeneratorPropertyInvoker.class
org.ldaptive.beans.spring.parser.ConnectionConfigBeanDefinitionParser.class
org.ldaptive.beans.spring.parser.DirectAuthenticatorBeanDefinitionParser.class
org.ldaptive.beans.spring.parser.PooledConnectionFactoryBeanDefinitionParser.class
META-INF/maven/org.ldaptive/ldaptive-beans/pom.xml
org.ldaptive.beans.AbstractClassDescriptor$SimpleDnValueMutator.class
org.ldaptive.beans.LdapEntryMapper.class
org.ldaptive.beans.reflect.TranscoderFactory.class
org.ldaptive.beans.spring.parser.AggregateAuthenticatorBeanDefinitionParser$AggregateAuthenticatorFactoryBean.class
org.ldaptive.beans.spring.parser.ParallelPooledSearchExecutorBeanDefinitionParser.class
org.ldaptive.beans.spring.parser.SaslBindSearchAuthenticatorBeanDefinitionParser.class
META-INF/maven/org.ldaptive/ldaptive-beans/pom.properties
org.ldaptive.beans.AbstractClassDescriptor.class
org.ldaptive.beans.persistence.DefaultLdapEntryManager.class
org.ldaptive.beans.reflect.DefaultClassDescriptor.class
org.ldaptive.beans.reflect.ListReflectionTranscoder.class
org.ldaptive.beans.reflect.ReflectionTranscoder.class
org.ldaptive.beans.spring.convert.DurationToStringConverter.class
org.ldaptive.beans.spring.parser.AbstractConnectionConfigBeanDefinitionParser.class
org.ldaptive.beans.spring.parser.AggregateSearchExecutorBeanDefinitionParser.class
org.ldaptive.beans.spring.SpelDnValueMutator.class
org.ldaptive.beans.AbstractLdapEntryMapper.class
org.ldaptive.beans.reflect.AbstractAttributeValueMutator.class
org.ldaptive.beans.reflect.ArrayReflectionTranscoder.class
org.ldaptive.beans.reflect.DefaultReflectionTranscoder.class
org.ldaptive.beans.reflect.SingleValueReflectionTranscoder.class
org.ldaptive.beans.spring.convert.StringToZonedDateTimeConverter.class
org.ldaptive.beans.spring.NamespaceHandler.class
org.ldaptive.beans.spring.parser.AbstractBeanDefinitionParser.class
org.ldaptive.beans.spring.parser.AggregateAuthenticatorBeanDefinitionParser.class
org.ldaptive.beans.spring.parser.SearchExecutorBeanDefinitionParser.class
org.ldaptive.beans.Attribute.class
org.ldaptive.beans.reflect.SetReflectionTranscoder.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
|