Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.refcodes |
ArtifactId | ArtifactIdrefcodes-data-ext-checkers |
Version | Version2.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.refcodes/refcodes-data-ext-checkers/ -->
<dependency>
<groupId>org.refcodes</groupId>
<artifactId>refcodes-data-ext-checkers</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-data-ext-checkers/
implementation 'org.refcodes:refcodes-data-ext-checkers:2.0.2'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-data-ext-checkers/
implementation ("org.refcodes:refcodes-data-ext-checkers:2.0.2")
'org.refcodes:refcodes-data-ext-checkers:jar:2.0.2'
<dependency org="org.refcodes" name="refcodes-data-ext-checkers" rev="2.0.2">
<artifact name="refcodes-data-ext-checkers" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-data-ext-checkers', version='2.0.2')
)
libraryDependencies += "org.refcodes" % "refcodes-data-ext-checkers" % "2.0.2"
[org.refcodes/refcodes-data-ext-checkers "2.0.2"]