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