Idx Commons

Idx Commons is a collection of general-purpose base libs.

License

License

GroupId

GroupId

ch.frostnova
ArtifactId

ArtifactId

check
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Idx Commons
Idx Commons is a collection of general-purpose base libs.
Project URL

Project URL

https://github.com/pwalser75/idx-commons

Download check

How to add to project

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

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 2.13.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0
1.0.0-RC2
1.0.0-RC1