| GroupId | GroupIdcom.stanfy.helium |
|---|---|
| ArtifactId | ArtifactIdcommand-line |
| Version | Version0.5.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| command-line-0.5.5.pom | |
| command-line-0.5.5.jar | 18 KB |
| command-line-0.5.5-sources.jar | 2 KB |
| command-line-0.5.5-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.stanfy.helium/command-line/ -->
<dependency>
<groupId>com.stanfy.helium</groupId>
<artifactId>command-line</artifactId>
<version>0.5.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.stanfy.helium/command-line/
implementation 'com.stanfy.helium:command-line:0.5.5'
// https://jarcasting.com/artifacts/com.stanfy.helium/command-line/
implementation ("com.stanfy.helium:command-line:0.5.5")
'com.stanfy.helium:command-line:jar:0.5.5'
<dependency org="com.stanfy.helium" name="command-line" rev="0.5.5">
<artifact name="command-line" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stanfy.helium', module='command-line', version='0.5.5')
)
libraryDependencies += "com.stanfy.helium" % "command-line" % "0.5.5"
[com.stanfy.helium/command-line "0.5.5"]