| GroupId | GroupIdorg.dotwebstack.framework |
|---|---|
| ArtifactId | ArtifactIdservice-graphql |
| Version | Version0.3.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| service-graphql-0.3.0.pom | |
| service-graphql-0.3.0.jar | 3 KB |
| service-graphql-0.3.0-sources.jar | 2 KB |
| service-graphql-0.3.0-javadoc.jar | 316 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.dotwebstack.framework/service-graphql/ -->
<dependency>
<groupId>org.dotwebstack.framework</groupId>
<artifactId>service-graphql</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.dotwebstack.framework/service-graphql/
implementation 'org.dotwebstack.framework:service-graphql:0.3.0'
// https://jarcasting.com/artifacts/org.dotwebstack.framework/service-graphql/
implementation ("org.dotwebstack.framework:service-graphql:0.3.0")
'org.dotwebstack.framework:service-graphql:jar:0.3.0'
<dependency org="org.dotwebstack.framework" name="service-graphql" rev="0.3.0">
<artifact name="service-graphql" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dotwebstack.framework', module='service-graphql', version='0.3.0')
)
libraryDependencies += "org.dotwebstack.framework" % "service-graphql" % "0.3.0"
[org.dotwebstack.framework/service-graphql "0.3.0"]