License |
License |
---|---|
GroupId | GroupIdcom.audienceproject |
ArtifactId | ArtifactIdsimple-arguments_2.10 |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsimple-arguments
A simple library for parsing command line arguments.
|
Project URL |
Project URL |
Project Organization |
Project Organizationcom.audienceproject |
<!-- https://jarcasting.com/artifacts/com.audienceproject/simple-arguments_2.10/ -->
<dependency>
<groupId>com.audienceproject</groupId>
<artifactId>simple-arguments_2.10</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.audienceproject/simple-arguments_2.10/
implementation 'com.audienceproject:simple-arguments_2.10:1.0.1'
// https://jarcasting.com/artifacts/com.audienceproject/simple-arguments_2.10/
implementation ("com.audienceproject:simple-arguments_2.10:1.0.1")
'com.audienceproject:simple-arguments_2.10:jar:1.0.1'
<dependency org="com.audienceproject" name="simple-arguments_2.10" rev="1.0.1">
<artifact name="simple-arguments_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.audienceproject', module='simple-arguments_2.10', version='1.0.1')
)
libraryDependencies += "com.audienceproject" % "simple-arguments_2.10" % "1.0.1"
[com.audienceproject/simple-arguments_2.10 "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.10.6 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.10 | jar | 3.0.3 |