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