Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.lsgro |
ArtifactId | ArtifactIdcliwe_2.10 |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
cliwe_2.10-1.0.pom | |
cliwe_2.10-1.0.jar | 95 KB |
cliwe_2.10-1.0-sources.jar | 3 KB |
cliwe_2.10-1.0-javadoc.jar | 410 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lsgro/cliwe_2.10/ -->
<dependency>
<groupId>com.github.lsgro</groupId>
<artifactId>cliwe_2.10</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lsgro/cliwe_2.10/
implementation 'com.github.lsgro:cliwe_2.10:1.0'
// https://jarcasting.com/artifacts/com.github.lsgro/cliwe_2.10/
implementation ("com.github.lsgro:cliwe_2.10:1.0")
'com.github.lsgro:cliwe_2.10:jar:1.0'
<dependency org="com.github.lsgro" name="cliwe_2.10" rev="1.0">
<artifact name="cliwe_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lsgro', module='cliwe_2.10', version='1.0')
)
libraryDependencies += "com.github.lsgro" % "cliwe_2.10" % "1.0"
[com.github.lsgro/cliwe_2.10 "1.0"]