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