oc-number

kotlin number extension library

Лицензия

Лицензия

ISC
Группа

Группа

com.github.oc-soft
Идентификатор

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

oc-number
Последняя версия

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

0.1.1
Дата

Дата

Тип

Тип

pom
Описание

Описание

oc-number
kotlin number extension library
Ссылка на сайт

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

https://github.com/oc-soft/number-extension-kt
Организация-разработчик

Организация-разработчик

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

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

https://github.com/oc-soft/number-extension-kt#Number-extension-extension-for-kotlin

Скачать oc-number

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

<!-- https://jarcasting.com/artifacts/com.github.oc-soft/oc-number/ -->
<dependency>
    <groupId>com.github.oc-soft</groupId>
    <artifactId>oc-number</artifactId>
    <version>0.1.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.oc-soft/oc-number/
implementation 'com.github.oc-soft:oc-number:0.1.1'
// https://jarcasting.com/artifacts/com.github.oc-soft/oc-number/
implementation ("com.github.oc-soft:oc-number:0.1.1")
'com.github.oc-soft:oc-number:pom:0.1.1'
<dependency org="com.github.oc-soft" name="oc-number" rev="0.1.1">
  <artifact name="oc-number" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.oc-soft', module='oc-number', version='0.1.1')
)
libraryDependencies += "com.github.oc-soft" % "oc-number" % "0.1.1"
[com.github.oc-soft/oc-number "0.1.1"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

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

Number extersion for kotlin

This is very simple number extension library for kotlin.

Stringify with width

You can control string width on intetger string output.

import net.ocsoft.toString
fun main() {
    println(123.toString(16, 5))
}

You get the followings.

0007b
com.github.oc-soft

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

Версия
0.1.1