не последняя версия
Последняя версия 5.1

org.apache.torque:torque 3.3

Common project descriptor for the Torque project

Группа

Группа

org.apache.torque
Идентификатор

Идентификатор

torque
Версия

Версия

3.3
Тип

Тип

pom

Скачать torque 3.3

Имя Файла Размер
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"]