Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.btmatthews.maven.plugins.ldap |
ArtifactId | ArtifactIdserver-opendj |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
server-opendj-1.3.0.pom | |
server-opendj-1.3.0.jar | 5 KB |
server-opendj-1.3.0-sources.jar | 4 KB |
server-opendj-1.3.0-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.btmatthews.maven.plugins.ldap/server-opendj/ -->
<dependency>
<groupId>com.btmatthews.maven.plugins.ldap</groupId>
<artifactId>server-opendj</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.btmatthews.maven.plugins.ldap/server-opendj/
implementation 'com.btmatthews.maven.plugins.ldap:server-opendj:1.3.0'
// https://jarcasting.com/artifacts/com.btmatthews.maven.plugins.ldap/server-opendj/
implementation ("com.btmatthews.maven.plugins.ldap:server-opendj:1.3.0")
'com.btmatthews.maven.plugins.ldap:server-opendj:jar:1.3.0'
<dependency org="com.btmatthews.maven.plugins.ldap" name="server-opendj" rev="1.3.0">
<artifact name="server-opendj" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.btmatthews.maven.plugins.ldap', module='server-opendj', version='1.3.0')
)
libraryDependencies += "com.btmatthews.maven.plugins.ldap" % "server-opendj" % "1.3.0"
[com.btmatthews.maven.plugins.ldap/server-opendj "1.3.0"]