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