<dependency> <groupId>io.github.disaster1-tesk</groupId> <artifactId>fast-mq</artifactId> <version>1.2.0</version> <type>pom</type> </dependency>
implementation 'io.github.disaster1-tesk:fast-mq:1.2.0'
implementation("io.github.disaster1-tesk:fast-mq:1.2.0")
libraryDependencies += "io.github.disaster1-tesk" % "fast-mq" % "1.2.0"
@Grapes( @Grab(group='io.github.disaster1-tesk', module='fast-mq', version='1.2.0') )
<dependency org="io.github.disaster1-tesk" name="fast-mq" rev="1.2.0" />
[io.github.disaster1-tesk/fast-mq "1.2.0"]
'io.github.disaster1-tesk:fast-mq:jar:1.2.0'