ixortalk-util

IxorTalk Util module that contains util classes

License

License

GroupId

GroupId

com.ixortalk
ArtifactId

ArtifactId

ixortalk-util
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

ixortalk-util
IxorTalk Util module that contains util classes
Project URL

Project URL

https://github.com/ixortalkadmin/ixortalk-util/tree/master
Project Organization

Project Organization

IxorTalk CVBA
Source Code Management

Source Code Management

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

Download ixortalk-util

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-core jar 2.8.10
com.fasterxml.jackson.core : jackson-databind jar 2.8.10

Project Modules

There are no modules declared in this project.

IxorTalk Util

Module containing some commom 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.

Versions

Version
1.0.2