coral

Some added niceties for Kotlin with JDK target. Coral is meant as a common set of low level abstractions required in many of our Kotlin projects at Tenkiv.

License

License

GroupId

GroupId

org.tenkiv.coral
ArtifactId

ArtifactId

coral-common
Last Version

Last Version

2.3.4
Release Date

Release Date

Type

Type

jar
Description

Description

coral
Some added niceties for Kotlin with JDK target. Coral is meant as a common set of low level abstractions required in many of our Kotlin projects at Tenkiv.
Project URL

Project URL

https://gitlab.com/tenkiv/software/coral.git
Project Organization

Project Organization

Tenkiv, Inc.
Source Code Management

Source Code Management

https://gitlab.com/tenkiv/software/coral.git

Download coral-common

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
2.3.4
2.3.2.3
2.1.2.1
2.0.1.1
2.0.0.1