celesta-test

celesta - LGPL platform for business logic development

License

License

GroupId

GroupId

ru.curs
ArtifactId

ArtifactId

celesta-test
Last Version

Last Version

7.3.33
Release Date

Release Date

Type

Type

jar
Description

Description

celesta-test
celesta - LGPL platform for business logic development
Project Organization

Project Organization

CURS

Download celesta-test

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.7.1
org.testcontainers : postgresql jar 1.15.2
org.testcontainers : oracle-xe jar 1.15.2
org.testcontainers : mssqlserver jar 1.15.2
org.firebirdsql : firebird-testcontainers-java jar 1.1.0
ru.curs : celesta-system-services jar 7.3.33
ru.curs : celesta-core jar 7.3.33

test (6)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.30
org.postgresql : postgresql jar 42.2.18
com.microsoft.sqlserver : mssql-jdbc jar 8.2.1.jre8
com.oracle.database.jdbc : ojdbc6 jar 11.2.0.4
org.firebirdsql.jdbc : jaybird-jdk18 jar 4.0.0-beta-1
com.h2database : h2 jar 1.4.200

Project Modules

There are no modules declared in this project.

Celesta

Build Status Maven Central

Celesta is a set of tools for Java backend developers who want easier ways to deliver RDBMS-backed software.

This is a Java library with a Maven plugin that provides database migrations, ORM and testing.

Unlike e. g. Hibernate + Liquibase, Celesta does not require one to keep in mind the schema design and migrations separately, and provides a fast and lightweight way to unit-test the code that works with the database.

Documentation

How to Contribute

Feel free to ask a question, open an issue or submit a PR.

For more details, see CONTRIBUTING.md.

Related Tools

Useful Links

ru.curs

Course Orchestra

Opensource platform for business applications

Versions

Version
7.3.33