| GroupId | GroupIdwin.doyto |
|---|---|
| ArtifactId | ArtifactIddoyto-query-web |
| Version | Version0.2.0-RELEASE |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/win.doyto/doyto-query-web/ -->
<dependency>
<groupId>win.doyto</groupId>
<artifactId>doyto-query-web</artifactId>
<version>0.2.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/win.doyto/doyto-query-web/
implementation 'win.doyto:doyto-query-web:0.2.0-RELEASE'
// https://jarcasting.com/artifacts/win.doyto/doyto-query-web/
implementation ("win.doyto:doyto-query-web:0.2.0-RELEASE")
'win.doyto:doyto-query-web:jar:0.2.0-RELEASE'
<dependency org="win.doyto" name="doyto-query-web" rev="0.2.0-RELEASE">
<artifact name="doyto-query-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='win.doyto', module='doyto-query-web', version='0.2.0-RELEASE')
)
libraryDependencies += "win.doyto" % "doyto-query-web" % "0.2.0-RELEASE"
[win.doyto/doyto-query-web "0.2.0-RELEASE"]