| License |
License |
|---|---|
| Categories |
CategoriesNet Wire Data Data Structures |
| GroupId | GroupIdnet.awired.aclm |
| ArtifactId | ArtifactIdaclm |
| Last Version | Last Version0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAwired Command Line Manager
Better command line manager for java applications
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| aclm-0.2.pom | |
| aclm-0.2.jar | 46 KB |
| aclm-0.2-sources.jar | 30 KB |
| aclm-0.2-javadoc.jar | 197 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.awired.aclm/aclm/ -->
<dependency>
<groupId>net.awired.aclm</groupId>
<artifactId>aclm</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.awired.aclm/aclm/
implementation 'net.awired.aclm:aclm:0.2'
// https://jarcasting.com/artifacts/net.awired.aclm/aclm/
implementation ("net.awired.aclm:aclm:0.2")
'net.awired.aclm:aclm:jar:0.2'
<dependency org="net.awired.aclm" name="aclm" rev="0.2">
<artifact name="aclm" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.awired.aclm', module='aclm', version='0.2')
)
libraryDependencies += "net.awired.aclm" % "aclm" % "0.2"
[net.awired.aclm/aclm "0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.fusesource.jansi : jansi | jar | 1.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 0.9.26 |
| org.osgi : org.osgi.core | jar | 4.2.0 |
| org.slf4j : slf4j-api | jar | 1.6.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.2 |
| org.mockito : mockito-all | jar | 1.8.5 |