Last Version

Karg 1.4

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

License

License

GroupId

GroupId

com.timgroup
ArtifactId

ArtifactId

karg
Version

Version

1.4
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 1.4


<!-- 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.