GroupId | GroupIdorg.jrebirth.af |
---|---|
ArtifactId | ArtifactIdshowcase |
Version | Version8.0.3 |
Type | Typepom |
Filename | Size |
---|---|
showcase-8.0.3.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jrebirth.af/showcase/ -->
<dependency>
<groupId>org.jrebirth.af</groupId>
<artifactId>showcase</artifactId>
<version>8.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jrebirth.af/showcase/
implementation 'org.jrebirth.af:showcase:8.0.3'
// https://jarcasting.com/artifacts/org.jrebirth.af/showcase/
implementation ("org.jrebirth.af:showcase:8.0.3")
'org.jrebirth.af:showcase:pom:8.0.3'
<dependency org="org.jrebirth.af" name="showcase" rev="8.0.3">
<artifact name="showcase" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jrebirth.af', module='showcase', version='8.0.3')
)
libraryDependencies += "org.jrebirth.af" % "showcase" % "8.0.3"
[org.jrebirth.af/showcase "8.0.3"]