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