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