is not current version
Last Version 1.0.2

com.audienceproject:simple-arguments_2.11 1.0.1

A simple library for parsing command line arguments.

GroupId

GroupId

com.audienceproject
ArtifactId

ArtifactId

simple-arguments_2.11
Version

Version

1.0.1
Type

Type

jar

Download simple-arguments_2.11 1.0.1


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