is not current version
Last Version 1.2

org.elasticsearch:securesm 1.0

SecurityManager implementation that works around design flaws in Java

Categories

Categories

Search Business Logic Libraries Elasticsearch
GroupId

GroupId

org.elasticsearch
ArtifactId

ArtifactId

securesm
Version

Version

1.0
Type

Type

jar

Download securesm 1.0


<!-- https://jarcasting.com/artifacts/org.elasticsearch/securesm/ -->
<dependency>
    <groupId>org.elasticsearch</groupId>
    <artifactId>securesm</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.elasticsearch/securesm/
implementation 'org.elasticsearch:securesm:1.0'
// https://jarcasting.com/artifacts/org.elasticsearch/securesm/
implementation ("org.elasticsearch:securesm:1.0")
'org.elasticsearch:securesm:jar:1.0'
<dependency org="org.elasticsearch" name="securesm" rev="1.0">
  <artifact name="securesm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.elasticsearch', module='securesm', version='1.0')
)
libraryDependencies += "org.elasticsearch" % "securesm" % "1.0"
[org.elasticsearch/securesm "1.0"]