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