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