<dependency> <groupId>dev.sympho</groupId> <artifactId>modular-commands</artifactId> <version>0.6.1</version> </dependency>
<dependency org="dev.sympho" name="modular-commands" rev="0.6.1"> <artifact name="modular-commands" type="jar" /> </dependency>
@Grapes( @Grab(group='dev.sympho', module='modular-commands', version='0.6.1') )
implementation 'dev.sympho:modular-commands:0.6.1'
libraryDependencies += "dev.sympho" % "modular-commands" % "0.6.1"
[dev.sympho/modular-commands "0.6.1"]