| License | License | 
|---|---|
| GroupId | GroupIdcom.timgroup | 
| ArtifactId | ArtifactIdkarg | 
| Last Version | Last Version1.4 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionKarg A library that helps you write Java functions using keyword arguments. | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| karg-1.4.pom | |
| karg-1.4.jar | 109 KB | 
| karg-1.4-sources.jar | 29 KB | 
| karg-1.4-javadoc.jar | 359 KB | 
| Browse | 
<!-- 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"]| 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 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.jmock : jmock-junit4 | jar | 2.5.1 | 
| junit : junit | jar | 4.12 |