is not current version
Last Version 1.2

org.jabsaw:jabsaw-cli 1.0

Comman Line Interface to check the JabSaw module dependecies

Categories

Categories

CLI User Interface
GroupId

GroupId

org.jabsaw
ArtifactId

ArtifactId

jabsaw-cli
Version

Version

1.0
Type

Type

jar

Download jabsaw-cli 1.0


<!-- https://jarcasting.com/artifacts/org.jabsaw/jabsaw-cli/ -->
<dependency>
    <groupId>org.jabsaw</groupId>
    <artifactId>jabsaw-cli</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jabsaw/jabsaw-cli/
implementation 'org.jabsaw:jabsaw-cli:1.0'
// https://jarcasting.com/artifacts/org.jabsaw/jabsaw-cli/
implementation ("org.jabsaw:jabsaw-cli:1.0")
'org.jabsaw:jabsaw-cli:jar:1.0'
<dependency org="org.jabsaw" name="jabsaw-cli" rev="1.0">
  <artifact name="jabsaw-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jabsaw', module='jabsaw-cli', version='1.0')
)
libraryDependencies += "org.jabsaw" % "jabsaw-cli" % "1.0"
[org.jabsaw/jabsaw-cli "1.0"]