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