GroupId | GroupIdorg.refcodes |
---|---|
ArtifactId | ArtifactIdrefcodes-connection-ext-observable |
Version | Version0.2.0 |
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.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-connection-ext-observable/
implementation 'org.refcodes:refcodes-connection-ext-observable:0.2.0'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-connection-ext-observable/
implementation ("org.refcodes:refcodes-connection-ext-observable:0.2.0")
'org.refcodes:refcodes-connection-ext-observable:jar:0.2.0'
<dependency org="org.refcodes" name="refcodes-connection-ext-observable" rev="0.2.0">
<artifact name="refcodes-connection-ext-observable" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-connection-ext-observable', version='0.2.0')
)
libraryDependencies += "org.refcodes" % "refcodes-connection-ext-observable" % "0.2.0"
[org.refcodes/refcodes-connection-ext-observable "0.2.0"]