| GroupId | GroupIdio.github.wand555 |
|---|---|
| ArtifactId | ArtifactIdricherconversation-api |
| Version | Version1.0.1 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.wand555/richerconversation-api/ -->
<dependency>
<groupId>io.github.wand555</groupId>
<artifactId>richerconversation-api</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.wand555/richerconversation-api/
implementation 'io.github.wand555:richerconversation-api:1.0.1'
// https://jarcasting.com/artifacts/io.github.wand555/richerconversation-api/
implementation ("io.github.wand555:richerconversation-api:1.0.1")
'io.github.wand555:richerconversation-api:jar:1.0.1'
<dependency org="io.github.wand555" name="richerconversation-api" rev="1.0.1">
<artifact name="richerconversation-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.wand555', module='richerconversation-api', version='1.0.1')
)
libraryDependencies += "io.github.wand555" % "richerconversation-api" % "1.0.1"
[io.github.wand555/richerconversation-api "1.0.1"]