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