edu.wisc.my.apps:key-value-store

Spring Boot Starter Parent

Лицензия

Лицензия

Категории

Категории

KeY Данные Data Formats Formal Verification
Группа

Группа

edu.wisc.my.apps
Идентификатор

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

key-value-store
Последняя версия

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

3.1.1
Дата

Дата

Тип

Тип

war
Описание

Описание

Spring Boot Starter Parent
Организация-разработчик

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

Pivotal Software, Inc.
Система контроля версий

Система контроля версий

https://github.com/UW-Madison-DoIT/KeyValueStore

Скачать key-value-store

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

<!-- https://jarcasting.com/artifacts/edu.wisc.my.apps/key-value-store/ -->
<dependency>
    <groupId>edu.wisc.my.apps</groupId>
    <artifactId>key-value-store</artifactId>
    <version>3.1.1</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/edu.wisc.my.apps/key-value-store/
implementation 'edu.wisc.my.apps:key-value-store:3.1.1'
// https://jarcasting.com/artifacts/edu.wisc.my.apps/key-value-store/
implementation ("edu.wisc.my.apps:key-value-store:3.1.1")
'edu.wisc.my.apps:key-value-store:war:3.1.1'
<dependency org="edu.wisc.my.apps" name="key-value-store" rev="3.1.1">
  <artifact name="key-value-store" type="war" />
</dependency>
@Grapes(
@Grab(group='edu.wisc.my.apps', module='key-value-store', version='3.1.1')
)
libraryDependencies += "edu.wisc.my.apps" % "key-value-store" % "3.1.1"
[edu.wisc.my.apps/key-value-store "3.1.1"]

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
org.apache.commons : commons-lang3 jar 3.6
org.springframework.boot : spring-boot-starter-web jar 1.2.5.RELEASE
org.springframework.boot : spring-boot-starter-data-jpa jar 1.2.5.RELEASE
org.json : json jar 20140107
org.codehaus.groovy : groovy-all jar 2.4.7

provided (1)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-starter-tomcat jar 1.2.5.RELEASE

runtime (1)

Идентификатор библиотеки Тип Версия
org.hsqldb : hsqldb jar 2.3.3

test (5)

Идентификатор библиотеки Тип Версия
org.codehaus.groovy : groovy-test jar 2.4.7
org.mockito : mockito-core jar 1.10.19
org.springframework : spring-test jar
junit : junit jar 4.12
org.skyscreamer : jsonassert jar 1.3.0

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

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

Key Value Store

Build Status Dependency Status

A separate service to enable key value storage for MyUW applications

Requirement : hsql database running on 8887 with database named uPortal (todo: make better)

To run this type ./build.sh and it will deploy to your running tomcat instance (todo: make better)

To run this using spring boot just do a mvn spring-boot:run

edu.wisc.my.apps

University of Wisconsin - Madison - DoIT

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

Версия
3.1.1