组织ID: |
directory |
项目ID: |
apacheds-shared |
版本: |
0.9.2 |
最后修改时间: |
2018-08-01 21:33:34 |
包类型: |
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. |
大小: |
9.50KB |
|
Maven引入代码: |
<dependency>
<groupId>directory</groupId>
<artifactId>apacheds-shared</artifactId>
<version>0.9.2</version>
</dependency>
|
Gradle引入代码: |
directory:apacheds-shared:0.9.2
|
下载Jar包: |
|
POM文件内容: |
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>directory</groupId>
<artifactId>apacheds-shared</artifactId>
<name>ApacheDS Shared</name>
<version>0.9.2</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>
<inceptionYear>2003</inceptionYear>
<dependencies>
<dependency>
<groupId>directory-shared</groupId>
<artifactId>ldap-common</artifactId>
<version>0.9.2</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.2.jar
/directory-shared/ldap-common/0.9.2
查看ldap-common所有版本文件
|