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