mikera.jar - Mike's Java Library

General purpose utilities for Java by Mike Anderson

License

License

Categories

Categories

Net
GroupId

GroupId

net.mikera
ArtifactId

ArtifactId

mikera
Last Version

Last Version

1.6.1
Release Date

Release Date

Type

Type

jar
Description

Description

mikera.jar - Mike's Java Library
General purpose utilities for Java by Mike Anderson
Project URL

Project URL

https://github.com/mikera/mikera
Source Code Management

Source Code Management

https://github.com/mikera/mikera

Download mikera

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
net.mikera : randomz jar 0.3.0
net.mikera : mathz jar 0.3.0

test (2)

Group / Artifact Type Version
com.google.caliper : caliper jar 0.5-rc1
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.6.1
1.6.0
1.0