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