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