is not current version
Last Version 1.4

com.timgroup:karg 1.3

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

GroupId

GroupId

com.timgroup
ArtifactId

ArtifactId

karg
Version

Version

1.3
Type

Type

jar

Download karg 1.3


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