组织ID: |
directory |
项目ID: |
apacheds-shared |
版本: |
0.9.3 |
最后修改时间: |
2018-09-29 06:48:54 |
包类型: |
jar |
标题: |
ApacheDS Shared |
描述: |
Created to eliminate cyclic project dependencies between the core
and the maven plugin. Any code shared across modules in general
can go here so long as it does not depend on other modules. |
相关URL: |
http://directory.apache.org |
大小: |
9.53KB |
|
Maven引入代码: |
<dependency>
<groupId>directory</groupId>
<artifactId>apacheds-shared</artifactId>
<version>0.9.3</version>
</dependency>
|
Gradle引入代码: |
directory:apacheds-shared:0.9.3
|
下载Jar包: |
|
POM文件内容: |
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>directory</groupId>
<artifactId>apacheds-shared</artifactId>
<name>ApacheDS Shared</name>
<version>0.9.3</version>
<description>Created to eliminate cyclic project dependencies between the core
and the maven plugin. Any code shared across modules in general
can go here so long as it does not depend on other modules.</description>
<url>http://directory.apache.org</url>
<issueManagement>
<url>http://issues.apache.org/jira/browse/DIREVE</url>
</issueManagement>
<ciManagement>
<notifiers>
<notifier>
<configuration>
<address>dev@directory.apache.org</address>
</configuration>
</notifier>
</notifiers>
</ciManagement>
<inceptionYear>2003</inceptionYear>
<mailingLists>
<mailingList>
<name>Apache Directory Developement - use [ApacheDS] prefix</name>
<subscribe>dev-subscribe@directory.apache.org</subscribe>
<unsubscribe>dev-unsubscribe@directory.apache.org</unsubscribe>
<archive>http://issues.apache.org/eyebrowse/SummarizeList?listId=181</archive>
</mailingList>
</mailingLists>
<developers>
<developer>
<id>akarasulu</id>
<name>Alex Karasulu</name>
<email>akarasulu at apache.org</email>
<roles>
<role>Founder</role>
<role>Architect</role>
<role>Lead Developer</role>
</roles>
</developer>
<developer>
<id>erodriguez</id>
<name>Enrique Rodriguez</name>
<email>erodriguez at apache.org</email>
<roles>
<role>Developer</role>
</roles>
</developer>
</developers>
<licenses>
<license>
<name>Apache 2.0 License</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/directory:apacheds/trunk/</connection>
<developerConnection>https://svn.apache.org/repos/asf/directory/apacheds/trunk/</developerConnection>
<url>http://svn.apache.org/viewcvs.cgi/directory/apacheds/trunk//?root=Apache-SVN</url>
</scm>
<build>
<sourceDirectory>c:\dev\directory\apacheds\shared/src/main/java</sourceDirectory>
<testSourceDirectory>c:\dev\directory\apacheds\shared/src/test</testSourceDirectory>
<resources>
<resource>
<directory>c:\dev\directory\apacheds\shared/src/main/resources</directory>
<includes>
<include>**/*</include>
</includes>
</resource>
<resource>
<targetPath>META-INF</targetPath>
<directory>c:\dev\directory\apacheds\shared</directory>
<includes>
<include>LICENSE.txt</include>
<include>NOTICE.txt</include>
</includes>
</resource>
</resources>
<testResources>
<testResource>
<directory>c:\dev\directory\apacheds\shared/src/test/resources</directory>
<includes>
<include>**/*</include>
</includes>
</testResource>
</testResources>
<plugins>
<plugin>
<artifactId>surefire</artifactId>
<configuration>
<includes>
<include>**/*Test*</include>
</includes>
<excludes>
<exclude>**/Abstract*Test*</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>1.6.1</version>
<configuration />
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>directory-shared</groupId>
<artifactId>ldap-common</artifactId>
<version>0.9.3</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>nlog4j</artifactId>
<version>1.2.17</version>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.apache.ldap.server.schema.bootstrap.AbstractBootstrapSchema.class
org.apache.ldap.server.schema.bootstrap.BootstrapSchema.class
org.apache.ldap.server.schema.bootstrap.ProducerTypeEnum.class
META-INF/LICENSE.txt
|
依赖Jar: |
ldap-common-0.9.3.jar
/directory-shared/ldap-common/0.9.3
查看ldap-common所有版本文件
junit-3.8.1.jar
/junit/junit/3.8.1
查看junit所有版本文件
nlog4j-1.2.17.jar
/org.slf4j/nlog4j/1.2.17
查看nlog4j所有版本文件
|