GroupId | GroupIdio.graphenee |
---|---|
ArtifactId | ArtifactIdgx |
Version | Version3.0.0 |
Type | Typepom |
Filename | Size |
---|---|
gx-3.0.0.pom | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.graphenee/gx/ -->
<dependency>
<groupId>io.graphenee</groupId>
<artifactId>gx</artifactId>
<version>3.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.graphenee/gx/
implementation 'io.graphenee:gx:3.0.0'
// https://jarcasting.com/artifacts/io.graphenee/gx/
implementation ("io.graphenee:gx:3.0.0")
'io.graphenee:gx:pom:3.0.0'
<dependency org="io.graphenee" name="gx" rev="3.0.0">
<artifact name="gx" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.graphenee', module='gx', version='3.0.0')
)
libraryDependencies += "io.graphenee" % "gx" % "3.0.0"
[io.graphenee/gx "3.0.0"]