Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdio.mantisrx |
ArtifactId | ArtifactIdmantis-remote-observable |
Version | Version1.3.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.mantisrx/mantis-remote-observable/ -->
<dependency>
<groupId>io.mantisrx</groupId>
<artifactId>mantis-remote-observable</artifactId>
<version>1.3.9</version>
</dependency>
// https://jarcasting.com/artifacts/io.mantisrx/mantis-remote-observable/
implementation 'io.mantisrx:mantis-remote-observable:1.3.9'
// https://jarcasting.com/artifacts/io.mantisrx/mantis-remote-observable/
implementation ("io.mantisrx:mantis-remote-observable:1.3.9")
'io.mantisrx:mantis-remote-observable:jar:1.3.9'
<dependency org="io.mantisrx" name="mantis-remote-observable" rev="1.3.9">
<artifact name="mantis-remote-observable" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.mantisrx', module='mantis-remote-observable', version='1.3.9')
)
libraryDependencies += "io.mantisrx" % "mantis-remote-observable" % "1.3.9"
[io.mantisrx/mantis-remote-observable "1.3.9"]