License |
License |
---|---|
Categories |
CategoriesJooby User Interface Web Frameworks |
GroupId | GroupIdio.jooby |
ArtifactId | ArtifactIdjooby-graphiql |
Version | Version2.11.0 |
Type | Typejar |
Description |
DescriptionThe modular web framework for Java and Kotlin
|
Filename | Size |
---|---|
jooby-graphiql-2.11.0.pom | |
jooby-graphiql-2.11.0.jar | 1 MB |
jooby-graphiql-2.11.0-sources.jar | 4 KB |
jooby-graphiql-2.11.0-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.jooby/jooby-graphiql/ -->
<dependency>
<groupId>io.jooby</groupId>
<artifactId>jooby-graphiql</artifactId>
<version>2.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.jooby/jooby-graphiql/
implementation 'io.jooby:jooby-graphiql:2.11.0'
// https://jarcasting.com/artifacts/io.jooby/jooby-graphiql/
implementation ("io.jooby:jooby-graphiql:2.11.0")
'io.jooby:jooby-graphiql:jar:2.11.0'
<dependency org="io.jooby" name="jooby-graphiql" rev="2.11.0">
<artifact name="jooby-graphiql" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.jooby', module='jooby-graphiql', version='2.11.0')
)
libraryDependencies += "io.jooby" % "jooby-graphiql" % "2.11.0"
[io.jooby/jooby-graphiql "2.11.0"]
Group / Artifact | Type | Version |
---|---|---|
io.jooby : jooby | jar | 2.11.0 |