GroupId | GroupIdio.liftwizard |
---|---|
ArtifactId | ArtifactIdliftwizard-graphql-exception |
Version | Version0.9.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.liftwizard/liftwizard-graphql-exception/ -->
<dependency>
<groupId>io.liftwizard</groupId>
<artifactId>liftwizard-graphql-exception</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.liftwizard/liftwizard-graphql-exception/
implementation 'io.liftwizard:liftwizard-graphql-exception:0.9.0'
// https://jarcasting.com/artifacts/io.liftwizard/liftwizard-graphql-exception/
implementation ("io.liftwizard:liftwizard-graphql-exception:0.9.0")
'io.liftwizard:liftwizard-graphql-exception:jar:0.9.0'
<dependency org="io.liftwizard" name="liftwizard-graphql-exception" rev="0.9.0">
<artifact name="liftwizard-graphql-exception" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.liftwizard', module='liftwizard-graphql-exception', version='0.9.0')
)
libraryDependencies += "io.liftwizard" % "liftwizard-graphql-exception" % "0.9.0"
[io.liftwizard/liftwizard-graphql-exception "0.9.0"]