GroupId | GroupIdorg.fernice |
---|---|
ArtifactId | ArtifactIdfernice-reflare-access |
Version | Version1.0.14 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.fernice/fernice-reflare-access/ -->
<dependency>
<groupId>org.fernice</groupId>
<artifactId>fernice-reflare-access</artifactId>
<version>1.0.14</version>
</dependency>
// https://jarcasting.com/artifacts/org.fernice/fernice-reflare-access/
implementation 'org.fernice:fernice-reflare-access:1.0.14'
// https://jarcasting.com/artifacts/org.fernice/fernice-reflare-access/
implementation ("org.fernice:fernice-reflare-access:1.0.14")
'org.fernice:fernice-reflare-access:jar:1.0.14'
<dependency org="org.fernice" name="fernice-reflare-access" rev="1.0.14">
<artifact name="fernice-reflare-access" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fernice', module='fernice-reflare-access', version='1.0.14')
)
libraryDependencies += "org.fernice" % "fernice-reflare-access" % "1.0.14"
[org.fernice/fernice-reflare-access "1.0.14"]