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