License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.atomashpolskiy |
ArtifactId | ArtifactIdbt-cli |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionBt CLI Launcher
Bt Command Line Launcher
|
Filename | Size |
---|---|
bt-cli-1.0.pom | |
bt-cli-1.0.jar | 6 MB |
bt-cli-1.0-sources.jar | 7 KB |
bt-cli-1.0-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.atomashpolskiy/bt-cli/ -->
<dependency>
<groupId>com.github.atomashpolskiy</groupId>
<artifactId>bt-cli</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.atomashpolskiy/bt-cli/
implementation 'com.github.atomashpolskiy:bt-cli:1.0'
// https://jarcasting.com/artifacts/com.github.atomashpolskiy/bt-cli/
implementation ("com.github.atomashpolskiy:bt-cli:1.0")
'com.github.atomashpolskiy:bt-cli:jar:1.0'
<dependency org="com.github.atomashpolskiy" name="bt-cli" rev="1.0">
<artifact name="bt-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.atomashpolskiy', module='bt-cli', version='1.0')
)
libraryDependencies += "com.github.atomashpolskiy" % "bt-cli" % "1.0"
[com.github.atomashpolskiy/bt-cli "1.0"]