Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.born2snipe |
ArtifactId | ArtifactIdcli-pi-test |
Version | Version0.1.2 |
Type | Typejar |
Filename | Size |
---|---|
cli-pi-test-0.1.2.pom | |
cli-pi-test-0.1.2.jar | 2 KB |
cli-pi-test-0.1.2-sources.jar | 1 KB |
cli-pi-test-0.1.2-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.born2snipe/cli-pi-test/ -->
<dependency>
<groupId>com.github.born2snipe</groupId>
<artifactId>cli-pi-test</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.born2snipe/cli-pi-test/
implementation 'com.github.born2snipe:cli-pi-test:0.1.2'
// https://jarcasting.com/artifacts/com.github.born2snipe/cli-pi-test/
implementation ("com.github.born2snipe:cli-pi-test:0.1.2")
'com.github.born2snipe:cli-pi-test:jar:0.1.2'
<dependency org="com.github.born2snipe" name="cli-pi-test" rev="0.1.2">
<artifact name="cli-pi-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.born2snipe', module='cli-pi-test', version='0.1.2')
)
libraryDependencies += "com.github.born2snipe" % "cli-pi-test" % "0.1.2"
[com.github.born2snipe/cli-pi-test "0.1.2"]