GroupId | GroupIdcom.github.xuwei-k |
---|---|
ArtifactId | ArtifactIdoptparse-applicative_2.11 |
Version | Version0.8.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.xuwei-k/optparse-applicative_2.11/ -->
<dependency>
<groupId>com.github.xuwei-k</groupId>
<artifactId>optparse-applicative_2.11</artifactId>
<version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xuwei-k/optparse-applicative_2.11/
implementation 'com.github.xuwei-k:optparse-applicative_2.11:0.8.1'
// https://jarcasting.com/artifacts/com.github.xuwei-k/optparse-applicative_2.11/
implementation ("com.github.xuwei-k:optparse-applicative_2.11:0.8.1")
'com.github.xuwei-k:optparse-applicative_2.11:jar:0.8.1'
<dependency org="com.github.xuwei-k" name="optparse-applicative_2.11" rev="0.8.1">
<artifact name="optparse-applicative_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xuwei-k', module='optparse-applicative_2.11', version='0.8.1')
)
libraryDependencies += "com.github.xuwei-k" % "optparse-applicative_2.11" % "0.8.1"
[com.github.xuwei-k/optparse-applicative_2.11 "0.8.1"]