| License |
License |
|---|---|
| GroupId | GroupIdio.github.mjcro |
| ArtifactId | ArtifactIdobjects |
| Last Version | Last Version2.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMicroJ Objects
Tiny library to operate mixed data and convert it from one data type to another
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| objects-2.0.2.pom | |
| objects-2.0.2.jar | 37 KB |
| objects-2.0.2-sources.jar | 22 KB |
| objects-2.0.2-javadoc.jar | 531 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 7.5 |
| org.slf4j : slf4j-simple | jar | 1.7.36 |