ixortalk-test

IxorTalk Test module that contains testing components

Лицензия

Лицензия

Группа

Группа

com.ixortalk
Идентификатор

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

ixortalk-test
Последняя версия

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

2.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

ixortalk-test
IxorTalk Test module that contains testing components
Ссылка на сайт

Ссылка на сайт

https://github.com/ixortalkadmin/ixortalk-test/tree/master
Организация-разработчик

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

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

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

https://github.com/ixortalkadmin/ixortalk-test/tree/master

Скачать ixortalk-test

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

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

Зависимости

compile (17)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.springframework.boot : spring-boot-starter-web jar 2.2.2.RELEASE
org.springframework.boot : spring-boot-starter-security jar 2.2.2.RELEASE
org.springframework.security.oauth : spring-security-oauth2 jar 2.4.0.RELEASE
org.springframework.security.oauth.boot : spring-security-oauth2-autoconfigure jar
org.springframework.security : spring-security-oauth2-client jar
org.springframework.security : spring-security-jwt jar 1.1.0.RELEASE
org.springframework.cloud : spring-cloud-config-server jar
org.springframework.data : spring-data-commons jar 1.13.23.RELEASE
org.springframework.kafka : spring-kafka jar 2.3.4.RELEASE
javax.inject : javax.inject jar 1
io.rest-assured : rest-assured jar 4.1.2
io.rest-assured : json-path jar 4.1.2
commons-io : commons-io jar 2.4
com.google.guava : guava jar 28.1-jre
com.github.tomakehurst : wiremock-standalone jar 2.25.0
org.apache.commons : commons-lang3 jar 3.9

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

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

IxorTalk Test

Module containing some commom test utility classes

Building

For building Maven, Java 1.8+ and Docker are required.

$ mvn clean install

To build without a Docker image being built:

$ mvn clean install -DskipDocker

Running

For easy bootstrapping an IxorTalk instance, see ixortalk-config-docker which contains a Docker compose configuration for the complete stack.

Contributing

Pull request are welcome.

License

The MIT License (MIT)

Copyright (c) 2016-present IxorTalk CVBA

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

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

Версия
2.0.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0