| GroupId | GroupIdcom.tamirguru |
|---|---|
| ArtifactId | ArtifactIdgraphqldoc |
| Version | Version0.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| graphqldoc-0.1.0.pom | |
| graphqldoc-0.1.0.jar | 1 MB |
| graphqldoc-0.1.0-sources.jar | 1 MB |
| graphqldoc-0.1.0-javadoc.jar | 223 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.tamirguru/graphqldoc/ -->
<dependency>
<groupId>com.tamirguru</groupId>
<artifactId>graphqldoc</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tamirguru/graphqldoc/
implementation 'com.tamirguru:graphqldoc:0.1.0'
// https://jarcasting.com/artifacts/com.tamirguru/graphqldoc/
implementation ("com.tamirguru:graphqldoc:0.1.0")
'com.tamirguru:graphqldoc:jar:0.1.0'
<dependency org="com.tamirguru" name="graphqldoc" rev="0.1.0">
<artifact name="graphqldoc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tamirguru', module='graphqldoc', version='0.1.0')
)
libraryDependencies += "com.tamirguru" % "graphqldoc" % "0.1.0"
[com.tamirguru/graphqldoc "0.1.0"]