GroupId | GroupIdorg.refcodes |
---|---|
ArtifactId | ArtifactIdrefcodes-connection-ext |
Version | Version0.1.0 |
Type | Typepom |
Filename | Size |
---|---|
refcodes-connection-ext-0.1.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.refcodes/refcodes-connection-ext/ -->
<dependency>
<groupId>org.refcodes</groupId>
<artifactId>refcodes-connection-ext</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-connection-ext/
implementation 'org.refcodes:refcodes-connection-ext:0.1.0'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-connection-ext/
implementation ("org.refcodes:refcodes-connection-ext:0.1.0")
'org.refcodes:refcodes-connection-ext:pom:0.1.0'
<dependency org="org.refcodes" name="refcodes-connection-ext" rev="0.1.0">
<artifact name="refcodes-connection-ext" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-connection-ext', version='0.1.0')
)
libraryDependencies += "org.refcodes" % "refcodes-connection-ext" % "0.1.0"
[org.refcodes/refcodes-connection-ext "0.1.0"]