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