Categories |
CategoriesJava Languages CLI User Interface |
---|---|
GroupId | GroupIdcom.lancethomps |
ArtifactId | ArtifactIdlancethomps-java-cli |
Version | Version1.8.0 |
Type | Typejar |
Filename | Size |
---|---|
lancethomps-java-cli-1.8.0.pom | 8 KB |
lancethomps-java-cli-1.8.0-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lancethomps/lancethomps-java-cli/ -->
<dependency>
<groupId>com.lancethomps</groupId>
<artifactId>lancethomps-java-cli</artifactId>
<version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lancethomps/lancethomps-java-cli/
implementation 'com.lancethomps:lancethomps-java-cli:1.8.0'
// https://jarcasting.com/artifacts/com.lancethomps/lancethomps-java-cli/
implementation ("com.lancethomps:lancethomps-java-cli:1.8.0")
'com.lancethomps:lancethomps-java-cli:jar:1.8.0'
<dependency org="com.lancethomps" name="lancethomps-java-cli" rev="1.8.0">
<artifact name="lancethomps-java-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lancethomps', module='lancethomps-java-cli', version='1.8.0')
)
libraryDependencies += "com.lancethomps" % "lancethomps-java-cli" % "1.8.0"
[com.lancethomps/lancethomps-java-cli "1.8.0"]