GroupId | GroupIdio.github.memorydoc |
---|---|
ArtifactId | ArtifactIdgobrs-async-starter |
Version | Version1.1.2-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.memorydoc/gobrs-async-starter/ -->
<dependency>
<groupId>io.github.memorydoc</groupId>
<artifactId>gobrs-async-starter</artifactId>
<version>1.1.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.memorydoc/gobrs-async-starter/
implementation 'io.github.memorydoc:gobrs-async-starter:1.1.2-RELEASE'
// https://jarcasting.com/artifacts/io.github.memorydoc/gobrs-async-starter/
implementation ("io.github.memorydoc:gobrs-async-starter:1.1.2-RELEASE")
'io.github.memorydoc:gobrs-async-starter:jar:1.1.2-RELEASE'
<dependency org="io.github.memorydoc" name="gobrs-async-starter" rev="1.1.2-RELEASE">
<artifact name="gobrs-async-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.memorydoc', module='gobrs-async-starter', version='1.1.2-RELEASE')
)
libraryDependencies += "io.github.memorydoc" % "gobrs-async-starter" % "1.1.2-RELEASE"
[io.github.memorydoc/gobrs-async-starter "1.1.2-RELEASE"]