models

Models and interfaces used in the Schaapi pipelines.

License

License

GroupId

GroupId

org.cafejojo.schaapi
ArtifactId

ArtifactId

models
Last Version

Last Version

1.0.0-RC1
Release Date

Release Date

Type

Type

jar
Description

Description

models
Models and interfaces used in the Schaapi pipelines.
Project URL

Project URL

https://github.com/cafejojo/schaapi-models
Source Code Management

Source Code Management

https://github.com/cafejojo/schaapi-models

Download models

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.0
org.jetbrains.kotlin : kotlin-reflect jar 1.3.0

runtime (1)

Group / Artifact Type Version
io.github.microutils : kotlin-logging jar 1.6.10

test (4)

Group / Artifact Type Version
org.assertj : assertj-core jar 3.11.1
org.jetbrains.spek : spek-api jar 1.1.5
org.junit.jupiter : junit-jupiter-engine jar 5.3.1
org.jetbrains.spek : spek-junit-platform-engine jar 1.1.5

Project Modules

There are no modules declared in this project.



Early detection of breaking changes based on API usage


Travis build status AppVeyor build status Codecov Schaap Built with love

This module contains the models and interfaces of Schaapi, and is not executable. Please see the main repo for more information.

Requirements and Installation

Schaapi requires JRE 8 and has been tested on Windows and Unix systems.

Changelog

Please see releases for more information on what has changed recently.

Testing

$ ./gradlew check

Documentation

$ ./gradlew dokka

Publishing

$ ./gradlew uploadArchives --no-daemon

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security-related issues, please email [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see the license file for more information.

org.cafejojo.schaapi

Café Jojo

Versions

Version
1.0.0-RC1