is not current version
Last Version 0.1.1

com.github.lkq:paramer 0.1.0

a simple parameter assertion tool

GroupId

GroupId

com.github.lkq
ArtifactId

ArtifactId

paramer
Version

Version

0.1.0
Type

Type

jar

Download paramer 0.1.0


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