GroupId | GroupIdorg.openldap |
---|---|
ArtifactId | ArtifactIdfortress |
Version | Version1.0-RC36 |
Type | Typejar |
Filename | Size |
---|---|
fortress-1.0-RC36.pom | |
fortress-1.0-RC36.jar | 519 KB |
fortress-1.0-RC36-sources.jar | 1 MB |
fortress-1.0-RC36-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openldap/fortress/ -->
<dependency>
<groupId>org.openldap</groupId>
<artifactId>fortress</artifactId>
<version>1.0-RC36</version>
</dependency>
// https://jarcasting.com/artifacts/org.openldap/fortress/
implementation 'org.openldap:fortress:1.0-RC36'
// https://jarcasting.com/artifacts/org.openldap/fortress/
implementation ("org.openldap:fortress:1.0-RC36")
'org.openldap:fortress:jar:1.0-RC36'
<dependency org="org.openldap" name="fortress" rev="1.0-RC36">
<artifact name="fortress" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openldap', module='fortress', version='1.0-RC36')
)
libraryDependencies += "org.openldap" % "fortress" % "1.0-RC36"
[org.openldap/fortress "1.0-RC36"]