组织ID: |
org.elasticsearch |
项目ID: |
securesm |
版本: |
1.0 |
最后修改时间: |
2018-07-24 06:44:15 |
包类型: |
jar |
标题: |
Elasticsearch SecureSM |
描述: |
SecurityManager implementation that works around design flaws in Java |
大小: |
6.86KB |
|
Maven引入代码: |
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>securesm</artifactId>
<version>1.0</version>
</dependency>
|
Gradle引入代码: |
org.elasticsearch:securesm:1.0
|
下载Jar包: |
|
POM文件内容: |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.elasticsearch</groupId>
<artifactId>securesm</artifactId>
<version>1.0</version>
<packaging>jar</packaging>
<name>Elasticsearch SecureSM</name>
<description>SecurityManager implementation that works around design flaws in Java</description>
<inceptionYear>2015</inceptionYear>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:git@github.com:elastic/securesm.git</connection>
<developerConnection>scm:git:git@github.com:elastic/securesm.git</developerConnection>
<url>https://github.com/elastic/securesm</url>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
</properties>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<build>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.elasticsearch.ThreadPermission.class
org.elasticsearch.SecureSM$1.class
org.elasticsearch.SecureSM$2.class
org.elasticsearch.SecureSM.class
META-INF/maven/org.elasticsearch/securesm/pom.xml
META-INF/maven/org.elasticsearch/securesm/pom.properties
|
依赖Jar: |
junit-4.11.jar
/junit/junit/4.11
查看junit所有版本文件
|