GroupId | GroupIdcom.xlrit.gears.runtime |
---|---|
ArtifactId | ArtifactIdgears-engine-graphql |
Version | Version0.15 |
Type | Typewar |
Filename | Size |
---|---|
gears-engine-graphql-0.15.pom | |
gears-engine-graphql-0.15.war | 8 MB |
gears-engine-graphql-0.15-sources.jar | 16 KB |
gears-engine-graphql-0.15-javadoc.jar | 464 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.xlrit.gears.runtime/gears-engine-graphql/ -->
<dependency>
<groupId>com.xlrit.gears.runtime</groupId>
<artifactId>gears-engine-graphql</artifactId>
<version>0.15</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.xlrit.gears.runtime/gears-engine-graphql/
implementation 'com.xlrit.gears.runtime:gears-engine-graphql:0.15'
// https://jarcasting.com/artifacts/com.xlrit.gears.runtime/gears-engine-graphql/
implementation ("com.xlrit.gears.runtime:gears-engine-graphql:0.15")
'com.xlrit.gears.runtime:gears-engine-graphql:war:0.15'
<dependency org="com.xlrit.gears.runtime" name="gears-engine-graphql" rev="0.15">
<artifact name="gears-engine-graphql" type="war" />
</dependency>
@Grapes(
@Grab(group='com.xlrit.gears.runtime', module='gears-engine-graphql', version='0.15')
)
libraryDependencies += "com.xlrit.gears.runtime" % "gears-engine-graphql" % "0.15"
[com.xlrit.gears.runtime/gears-engine-graphql "0.15"]