xenocom

Xenomachina's common support library.

License

License

GroupId

GroupId

com.xenomachina
ArtifactId

ArtifactId

xenocom
Last Version

Last Version

0.0.7
Release Date

Release Date

Type

Type

jar
Description

Description

xenocom
Xenomachina's common support library.
Project URL

Project URL

https://github.com/xenomachina/xenocom
Source Code Management

Source Code Management

https://github.com/xenomachina/xenocom

Download xenocom

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.2.31

test (2)

Group / Artifact Type Version
io.kotlintest : kotlintest jar 2.0.7
org.jetbrains.kotlin : kotlin-reflect jar 1.2.31

Project Modules

There are no modules declared in this project.

xenocom -- Xenomachina's "Common" stuff for Kotlin

Maven Central Bintray Build Status codebeat Javadocs License: LGPL 2.1

This is a Kotlin library containing things I've needed that are generally useful. It is not an attempt to replace Google Guava or Apache Commons. For now it is constructed lazily. That is, I only add things to it when I actually need them.

Packages include:

  • com.xenomachina.common — Things so general they don't belong anywhere else.
  • com.xenomachina.text — String and general text handling.
  • com.xenomachina.text.term — Text handling focused on formatting monospaced plaintext, like in a terminal.

Versions

Version
0.0.7
0.0.6