| License |
License |
|---|---|
| GroupId | GroupIdch.frostnova |
| ArtifactId | ArtifactIdcheck |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionIdx Commons
Idx Commons is a collection of general-purpose base libs.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| check-1.0.0.pom | |
| check-1.0.0.jar | 5 KB |
| check-1.0.0-sources.jar | 3 KB |
| check-1.0.0-javadoc.jar | 27 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.13.0 |