| Группа | Группаorg.bitbucket.tbrugz |
|---|---|
| Идентификатор | Идентификаторqueryon |
| Версия | Версия0.6.1 |
| Тип | Типwar |
| Имя Файла | Размер |
|---|---|
| queryon-0.6.1.pom | |
| queryon-0.6.1.war | 863 KB |
| queryon-0.6.1-sources.jar | 109 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.bitbucket.tbrugz/queryon/ -->
<dependency>
<groupId>org.bitbucket.tbrugz</groupId>
<artifactId>queryon</artifactId>
<version>0.6.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.tbrugz/queryon/
implementation 'org.bitbucket.tbrugz:queryon:0.6.1'
// https://jarcasting.com/artifacts/org.bitbucket.tbrugz/queryon/
implementation ("org.bitbucket.tbrugz:queryon:0.6.1")
'org.bitbucket.tbrugz:queryon:war:0.6.1'
<dependency org="org.bitbucket.tbrugz" name="queryon" rev="0.6.1">
<artifact name="queryon" type="war" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.tbrugz', module='queryon', version='0.6.1')
)
libraryDependencies += "org.bitbucket.tbrugz" % "queryon" % "0.6.1"
[org.bitbucket.tbrugz/queryon "0.6.1"]