is not current version
Last Version 1.4

com.timgroup:karg 1.0

A library that helps you write Java functions using keyword arguments.

GroupId

GroupId

com.timgroup
ArtifactId

ArtifactId

karg
Version

Version

1.0
Type

Type

jar

Download karg 1.0


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