Categories |
CategoriesManifold Development Tools Development Libraries |
---|---|
GroupId | GroupIdsystems.manifold |
ArtifactId | ArtifactIdmanifold-graphql-test |
Version | Version0.65-alpha |
Type | Typejar |
Filename | Size |
---|---|
manifold-graphql-test-0.65-alpha.pom | |
manifold-graphql-test-0.65-alpha.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/systems.manifold/manifold-graphql-test/ -->
<dependency>
<groupId>systems.manifold</groupId>
<artifactId>manifold-graphql-test</artifactId>
<version>0.65-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/systems.manifold/manifold-graphql-test/
implementation 'systems.manifold:manifold-graphql-test:0.65-alpha'
// https://jarcasting.com/artifacts/systems.manifold/manifold-graphql-test/
implementation ("systems.manifold:manifold-graphql-test:0.65-alpha")
'systems.manifold:manifold-graphql-test:jar:0.65-alpha'
<dependency org="systems.manifold" name="manifold-graphql-test" rev="0.65-alpha">
<artifact name="manifold-graphql-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='systems.manifold', module='manifold-graphql-test', version='0.65-alpha')
)
libraryDependencies += "systems.manifold" % "manifold-graphql-test" % "0.65-alpha"
[systems.manifold/manifold-graphql-test "0.65-alpha"]