mikera.jar - Mike's Java Library

General purpose utilities for Java by Mike Anderson

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.mikera
Идентификатор

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

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

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

1.6.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

mikera.jar - Mike's Java Library
General purpose utilities for Java by Mike Anderson
Ссылка на сайт

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

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

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

https://github.com/mikera/mikera

Скачать mikera

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
net.mikera : randomz jar 0.3.0
net.mikera : mathz jar 0.3.0

test (2)

Идентификатор библиотеки Тип Версия
com.google.caliper : caliper jar 0.5-rc1
junit : junit jar 4.11

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

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

mikera

Mike's general purpose Java library

Lots of good stuff inside including:

  • Maths functions
  • A set of persistent, immutable data structures
  • Bitwise operations and tools
  • Resource handling utility functions
  • GUI utilities
  • Sound utilities
  • Random number generation and algorithms (also available via the Randomz library - https://github.com/mikera/randomz)

Status

Build Status

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

Версия
1.6.1
1.6.0
1.0