License |
License |
---|---|
GroupId | GroupIdio.smallrye |
ArtifactId | ArtifactIdsmallrye-graphql-common-parent |
Version | Version1.3.0 |
Type | Typepom |
Description |
DescriptionSmallRye: GraphQL Common
Common between client and server
|
Filename | Size |
---|---|
smallrye-graphql-common-parent-1.3.0.pom | 773 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-graphql-common-parent/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-graphql-common-parent</artifactId>
<version>1.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-graphql-common-parent/
implementation 'io.smallrye:smallrye-graphql-common-parent:1.3.0'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-graphql-common-parent/
implementation ("io.smallrye:smallrye-graphql-common-parent:1.3.0")
'io.smallrye:smallrye-graphql-common-parent:pom:1.3.0'
<dependency org="io.smallrye" name="smallrye-graphql-common-parent" rev="1.3.0">
<artifact name="smallrye-graphql-common-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-graphql-common-parent', version='1.3.0')
)
libraryDependencies += "io.smallrye" % "smallrye-graphql-common-parent" % "1.3.0"
[io.smallrye/smallrye-graphql-common-parent "1.3.0"]