Categories |
CategoriesJackson Data JSON |
---|---|
GroupId | GroupIdio.github.jacksontwu |
ArtifactId | ArtifactIdcommoncheck |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
commoncheck-1.0.0.pom | |
commoncheck-1.0.0.jar | 4 KB |
commoncheck-1.0.0-sources.jar | 3 KB |
commoncheck-1.0.0-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.jacksontwu/commoncheck/ -->
<dependency>
<groupId>io.github.jacksontwu</groupId>
<artifactId>commoncheck</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jacksontwu/commoncheck/
implementation 'io.github.jacksontwu:commoncheck:1.0.0'
// https://jarcasting.com/artifacts/io.github.jacksontwu/commoncheck/
implementation ("io.github.jacksontwu:commoncheck:1.0.0")
'io.github.jacksontwu:commoncheck:jar:1.0.0'
<dependency org="io.github.jacksontwu" name="commoncheck" rev="1.0.0">
<artifact name="commoncheck" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jacksontwu', module='commoncheck', version='1.0.0')
)
libraryDependencies += "io.github.jacksontwu" % "commoncheck" % "1.0.0"
[io.github.jacksontwu/commoncheck "1.0.0"]