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