License |
License |
---|---|
GroupId | GroupIdio.smallrye |
ArtifactId | ArtifactIdsmallrye-graphql-tools-parent |
Version | Version1.4.1 |
Type | Typepom |
Description |
DescriptionSmallRye: GraphQL Tools
Some dev tools for SmallRye GraphQL
|
Filename | Size |
---|---|
smallrye-graphql-tools-parent-1.4.1.pom | 813 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-graphql-tools-parent/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-graphql-tools-parent</artifactId>
<version>1.4.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-graphql-tools-parent/
implementation 'io.smallrye:smallrye-graphql-tools-parent:1.4.1'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-graphql-tools-parent/
implementation ("io.smallrye:smallrye-graphql-tools-parent:1.4.1")
'io.smallrye:smallrye-graphql-tools-parent:pom:1.4.1'
<dependency org="io.smallrye" name="smallrye-graphql-tools-parent" rev="1.4.1">
<artifact name="smallrye-graphql-tools-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-graphql-tools-parent', version='1.4.1')
)
libraryDependencies += "io.smallrye" % "smallrye-graphql-tools-parent" % "1.4.1"
[io.smallrye/smallrye-graphql-tools-parent "1.4.1"]