License |
License |
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdio.smallrye |
ArtifactId | ArtifactIdsmallrye-graphql-gradle-plugin |
Version | Version2.0.0.RC4 |
Type | Typepom |
Description |
DescriptionSmallRye: GraphQL Tools :: Gradle
a Gradle plugin that can generate the schema on build
|
Filename | Size |
---|---|
smallrye-graphql-gradle-plugin-2.0.0.RC4.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-graphql-gradle-plugin/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-graphql-gradle-plugin</artifactId>
<version>2.0.0.RC4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-graphql-gradle-plugin/
implementation 'io.smallrye:smallrye-graphql-gradle-plugin:2.0.0.RC4'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-graphql-gradle-plugin/
implementation ("io.smallrye:smallrye-graphql-gradle-plugin:2.0.0.RC4")
'io.smallrye:smallrye-graphql-gradle-plugin:pom:2.0.0.RC4'
<dependency org="io.smallrye" name="smallrye-graphql-gradle-plugin" rev="2.0.0.RC4">
<artifact name="smallrye-graphql-gradle-plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-graphql-gradle-plugin', version='2.0.0.RC4')
)
libraryDependencies += "io.smallrye" % "smallrye-graphql-gradle-plugin" % "2.0.0.RC4"
[io.smallrye/smallrye-graphql-gradle-plugin "2.0.0.RC4"]
Group / Artifact | Type | Version |
---|---|---|
io.smallrye : smallrye-graphql | jar | 2.0.0.RC4 |
io.smallrye : smallrye-graphql-schema-builder | jar | 2.0.0.RC4 |
jakarta.json.bind : jakarta.json.bind-api | jar | 2.0.0 |
org.eclipse : yasson | jar | 2.0.4 |
org.jboss : jandex | jar | 2.4.2.Final |
org.jboss.logging : jboss-logging | jar | 3.4.3.Final |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |