Karg

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

License

License

GroupId

GroupId

com.timgroup
ArtifactId

ArtifactId

karg
Last Version

Last Version

1.4
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/youdevise/karg

Download karg

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.google.guava : guava jar 18.0
org.hamcrest : hamcrest-core jar 1.3
org.hamcrest : hamcrest-library jar 1.3

test (2)

Group / Artifact Type Version
org.jmock : jmock-junit4 jar 2.5.1
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.4
1.3
1.2
1.1
1.0
0.8
0.7
0.2