| 组织ID: |
edu.jhu.hlt |
| 项目ID: |
concrete-safe |
| 版本: |
4.10.5 |
| 最后修改时间: |
2019-11-02 01:35:43 |
| 包类型: |
jar |
| 标题: |
Safe |
| 描述: |
Library for use with Concrete that provides compile-time safety in order to defeat issues around 'requiredness' in Thrift. |
| 大小: |
5.78KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>edu.jhu.hlt</groupId>
<artifactId>concrete-safe</artifactId>
<version>4.10.5</version>
</dependency>
|
| Gradle引入代码: |
edu.jhu.hlt:concrete-safe:4.10.5
|
| 下载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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>edu.jhu.hlt</groupId>
<artifactId>concrete-project</artifactId>
<version>4.10.5</version>
</parent>
<artifactId>concrete-safe</artifactId>
<name>Safe</name>
<description>Library for use with Concrete that provides compile-time safety in order to defeat issues around 'requiredness' in Thrift.</description>
<url>https://hltcoe.github.io/concrete-java/safe/</url>
<dependencies>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
<dependency>
<groupId>edu.jhu.hlt</groupId>
<artifactId>acute</artifactId>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
edu.jhu.hlt.concrete.safe.communications.SafeCommunication.class
edu.jhu.hlt.concrete.safe.metadata.Metadatable.class
edu.jhu.hlt.concrete.safe.metadata.SafeAnnotationMetadata.class
edu.jhu.hlt.concrete.safe.SafetyException.class
edu.jhu.hlt.concrete.safe.section.SafeSection.class
edu.jhu.hlt.concrete.safe.spans.SafeTextSpan.class
edu.jhu.hlt.concrete.safe.tokenization.SafeTokenTagging.class
META-INF/maven/edu.jhu.hlt/concrete-safe/pom.xml
META-INF/maven/edu.jhu.hlt/concrete-safe/pom.properties
|
| 依赖Jar: |
|