License |
License |
---|---|
Categories |
CategoriesHelidon Container Microservices |
GroupId | GroupIdio.helidon.graphql |
ArtifactId | ArtifactIdhelidon-graphql-project |
Version | Version2.3.0 |
Type | Typepom |
Description |
DescriptionHelidon GraphQL Project
Java libraries for writing microservices
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
helidon-graphql-project-2.3.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.helidon.graphql/helidon-graphql-project/ -->
<dependency>
<groupId>io.helidon.graphql</groupId>
<artifactId>helidon-graphql-project</artifactId>
<version>2.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.graphql/helidon-graphql-project/
implementation 'io.helidon.graphql:helidon-graphql-project:2.3.0'
// https://jarcasting.com/artifacts/io.helidon.graphql/helidon-graphql-project/
implementation ("io.helidon.graphql:helidon-graphql-project:2.3.0")
'io.helidon.graphql:helidon-graphql-project:pom:2.3.0'
<dependency org="io.helidon.graphql" name="helidon-graphql-project" rev="2.3.0">
<artifact name="helidon-graphql-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.helidon.graphql', module='helidon-graphql-project', version='2.3.0')
)
libraryDependencies += "io.helidon.graphql" % "helidon-graphql-project" % "2.3.0"
[io.helidon.graphql/helidon-graphql-project "2.3.0"]