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