is not current version
Last Version 0.7.6

world.convex:convex-cli 0.7.0-rc1

Convex command line integration and tools

Categories

Categories

CLI User Interface
GroupId

GroupId

world.convex
ArtifactId

ArtifactId

convex-cli
Version

Version

0.7.0-rc1
Type

Type

jar

Download convex-cli 0.7.0-rc1


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