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