GroupId | GroupIdorg.refcodes |
---|---|
ArtifactId | ArtifactIdrefcodes-connection-ext-observable |
Version | Version0.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.refcodes/refcodes-connection-ext-observable/ -->
<dependency>
<groupId>org.refcodes</groupId>
<artifactId>refcodes-connection-ext-observable</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-connection-ext-observable/
implementation 'org.refcodes:refcodes-connection-ext-observable:0.0.3'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-connection-ext-observable/
implementation ("org.refcodes:refcodes-connection-ext-observable:0.0.3")
'org.refcodes:refcodes-connection-ext-observable:jar:0.0.3'
<dependency org="org.refcodes" name="refcodes-connection-ext-observable" rev="0.0.3">
<artifact name="refcodes-connection-ext-observable" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-connection-ext-observable', version='0.0.3')
)
libraryDependencies += "org.refcodes" % "refcodes-connection-ext-observable" % "0.0.3"
[org.refcodes/refcodes-connection-ext-observable "0.0.3"]