xenocom

Xenomachina's common support library.

Лицензия

Лицензия

Группа

Группа

com.xenomachina
Идентификатор

Идентификатор

xenocom
Последняя версия

Последняя версия

0.0.7
Дата

Дата

Тип

Тип

jar
Описание

Описание

xenocom
Xenomachina's common support library.
Ссылка на сайт

Ссылка на сайт

https://github.com/xenomachina/xenocom
Система контроля версий

Система контроля версий

https://github.com/xenomachina/xenocom

Скачать xenocom

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib jar 1.2.31

test (2)

Идентификатор библиотеки Тип Версия
io.kotlintest : kotlintest jar 2.0.7
org.jetbrains.kotlin : kotlin-reflect jar 1.2.31

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
0.0.7
0.0.6