is not current version
Last Version 0.3

org.objectstyle.graphql.bootique:graphql-bootique 0.1


Categories

Categories

Bootique User Interface Web Frameworks
GroupId

GroupId

org.objectstyle.graphql.bootique
ArtifactId

ArtifactId

graphql-bootique
Version

Version

0.1
Type

Type

jar

Download graphql-bootique 0.1


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