MicroJ Objects

Tiny library to operate mixed data and convert it from one data type to another

License

License

GroupId

GroupId

io.github.mjcro
ArtifactId

ArtifactId

objects
Last Version

Last Version

2.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

MicroJ Objects
Tiny library to operate mixed data and convert it from one data type to another
Project URL

Project URL

https://github.com/mjcro/objects
Source Code Management

Source Code Management

http://github.com/mjcro/objects/tree/main

Download objects

How to add to project

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

Dependencies

test (2)

Group / Artifact Type Version
org.testng : testng jar 7.5
org.slf4j : slf4j-simple jar 1.7.36

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.2
2.0.1
2.0.0