GroupId | GroupIdorg.deephacks.graphene |
---|---|
ArtifactId | ArtifactIdgraphene-core |
Version | Version0.3.1 |
Type | Typejar |
Filename | Size |
---|---|
graphene-core-0.3.1.pom | |
graphene-core-0.3.1.jar | 91 KB |
graphene-core-0.3.1-sources.jar | 40 KB |
graphene-core-0.3.1-javadoc.jar | 204 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.deephacks.graphene/graphene-core/ -->
<dependency>
<groupId>org.deephacks.graphene</groupId>
<artifactId>graphene-core</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.deephacks.graphene/graphene-core/
implementation 'org.deephacks.graphene:graphene-core:0.3.1'
// https://jarcasting.com/artifacts/org.deephacks.graphene/graphene-core/
implementation ("org.deephacks.graphene:graphene-core:0.3.1")
'org.deephacks.graphene:graphene-core:jar:0.3.1'
<dependency org="org.deephacks.graphene" name="graphene-core" rev="0.3.1">
<artifact name="graphene-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.deephacks.graphene', module='graphene-core', version='0.3.1')
)
libraryDependencies += "org.deephacks.graphene" % "graphene-core" % "0.3.1"
[org.deephacks.graphene/graphene-core "0.3.1"]