Redis

Redis utilities for Concrete

Лицензия

Лицензия

Категории

Категории

Redis Данные Базы данных
Группа

Группа

edu.jhu.hlt
Идентификатор

Идентификатор

concrete-redis
Последняя версия

Последняя версия

4.15.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Redis
Redis utilities for Concrete
Организация-разработчик

Организация-разработчик

Johns Hopkins University HLTCOE

Скачать concrete-redis

Как подключить последнюю версию

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

Зависимости

compile (11)

Идентификатор библиотеки Тип Версия
edu.jhu.hlt : miscommunication jar 4.15.0
edu.jhu.hlt : concrete-util jar 4.15.0
edu.jhu.hlt : tift jar 4.15.0
joda-time : joda-time jar 2.9.9
com.beust : jcommander jar 1.72
edu.jhu.hlt : acute jar 2.3.0
com.google.guava : guava jar 24.1-jre
redis.clients : jedis jar 2.9.0
commons-io : commons-io jar 2.5
org.inferred : freebuilder Необязательный jar 1.14.8
com.typesafe : config jar 1.3.3

runtime (6)

Идентификатор библиотеки Тип Версия
org.apache.logging.log4j : log4j-api jar 2.9.1
org.apache.logging.log4j : log4j-core jar 2.9.1
org.apache.logging.log4j : log4j-slf4j-impl jar 2.9.1
com.fasterxml.jackson.core : jackson-core jar 2.9.8
com.fasterxml.jackson.core : jackson-databind jar 2.9.8
com.fasterxml.jackson.core : jackson-annotations jar 2.9.8

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.mockito : mockito-all jar 1.10.19

Модули Проекта

Данный проект не имеет модулей.

Copyright 2012-2019 Johns Hopkins University HLTCOE. All rights reserved. See LICENSE in the project root directory.

Concrete Java

Java libraries for the Concrete HLT data schema.

JavaDoc API documentation is hosted on javadoc.io

Generating Thrift Java files

Call generate.sh, where the first and only argument is the path to the thrift files from concrete.

As an example, if the concrete repo and this repo are in the same directory, run:

./generate.sh ../concrete/thrift

Be aware that you'll need Thrift 0.10.0 installed and in your $PATH.

Building and Installing

Maven is used to build concrete-java:

mvn clean package

To install the jars into your local maven repository, run:

mvn clean install

Using an IDE

If you are using an IDE such as Eclipse or IntelliJ, you are likely getting many build errors because some modules use FreeBuilder. See the FreeBuilder readme for instructions on configuring your IDE.

Maven Dependencies

See the pom.xml file for the current version.

<dependency>
  <groupId>edu.jhu.hlt</groupId>
  <artifactId>concrete-core</artifactId>
  <version>x.y.z</version>
</dependency>
<dependency>
  <groupId>edu.jhu.hlt</groupId>
  <artifactId>concrete-safe</artifactId>
  <version>x.y.z</version>
</dependency>
<dependency>
  <groupId>edu.jhu.hlt</groupId>
  <artifactId>concrete-util</artifactId>
  <version>x.y.z</version>
</dependency>
<dependency>
  <groupId>edu.jhu.hlt</groupId>
  <artifactId>concrete-validation</artifactId>
  <version>x.y.z</version>
</dependency>
edu.jhu.hlt

JHU Human Language Technology Center of Excellence

Версии библиотеки

Версия
4.15.0
4.14.2
4.14.1
4.14.0
4.13.2
4.13.1
4.13.0
4.12.0
4.11.2.1
4.10.7
4.10.6
4.10.5