is not current version
Last Version 0.3

org.objectstyle.graphql.bootique:graphql-bootique 0.2


Categories

Categories

Bootique User Interface Web Frameworks
GroupId

GroupId

org.objectstyle.graphql.bootique
ArtifactId

ArtifactId

graphql-bootique
Version

Version

0.2
Type

Type

jar

Download graphql-bootique 0.2


<!-- https://jarcasting.com/artifacts/org.objectstyle.graphql.bootique/graphql-bootique/ -->
<dependency>
    <groupId>org.objectstyle.graphql.bootique</groupId>
    <artifactId>graphql-bootique</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectstyle.graphql.bootique/graphql-bootique/
implementation 'org.objectstyle.graphql.bootique:graphql-bootique:0.2'
// https://jarcasting.com/artifacts/org.objectstyle.graphql.bootique/graphql-bootique/
implementation ("org.objectstyle.graphql.bootique:graphql-bootique:0.2")
'org.objectstyle.graphql.bootique:graphql-bootique:jar:0.2'
<dependency org="org.objectstyle.graphql.bootique" name="graphql-bootique" rev="0.2">
  <artifact name="graphql-bootique" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectstyle.graphql.bootique', module='graphql-bootique', version='0.2')
)
libraryDependencies += "org.objectstyle.graphql.bootique" % "graphql-bootique" % "0.2"
[org.objectstyle.graphql.bootique/graphql-bootique "0.2"]