License |
License |
---|---|
GroupId | GroupIdcom.josesamuel |
ArtifactId | ArtifactIdgraphecule-common |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionGraphecule Common
Graphecule generates GraphQl client code for a given GraphQl server.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
graphecule-common-1.0.1.pom | |
graphecule-common-1.0.1.jar | 13 KB |
graphecule-common-1.0.1-sources.jar | 5 KB |
graphecule-common-1.0.1-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.josesamuel/graphecule-common/ -->
<dependency>
<groupId>com.josesamuel</groupId>
<artifactId>graphecule-common</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.josesamuel/graphecule-common/
implementation 'com.josesamuel:graphecule-common:1.0.1'
// https://jarcasting.com/artifacts/com.josesamuel/graphecule-common/
implementation ("com.josesamuel:graphecule-common:1.0.1")
'com.josesamuel:graphecule-common:jar:1.0.1'
<dependency org="com.josesamuel" name="graphecule-common" rev="1.0.1">
<artifact name="graphecule-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.josesamuel', module='graphecule-common', version='1.0.1')
)
libraryDependencies += "com.josesamuel" % "graphecule-common" % "1.0.1"
[com.josesamuel/graphecule-common "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.squareup.okhttp3 : okhttp | jar | 4.5.0 |
com.google.code.gson : gson | jar | 2.8.6 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk7 | jar | 1.4.0 |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.3.3 |