License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdtorque |
ArtifactId | ArtifactIdmaven-torque-plugin |
Last Version | Last Version3.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMaven Torque Plug-in
Maven Plugin for Torque
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
maven-torque-plugin-3.3.pom | |
maven-torque-plugin-3.3.jar | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/torque/maven-torque-plugin/ -->
<dependency>
<groupId>torque</groupId>
<artifactId>maven-torque-plugin</artifactId>
<version>3.3</version>
</dependency>
// https://jarcasting.com/artifacts/torque/maven-torque-plugin/
implementation 'torque:maven-torque-plugin:3.3'
// https://jarcasting.com/artifacts/torque/maven-torque-plugin/
implementation ("torque:maven-torque-plugin:3.3")
'torque:maven-torque-plugin:jar:3.3'
<dependency org="torque" name="maven-torque-plugin" rev="3.3">
<artifact name="maven-torque-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='torque', module='maven-torque-plugin', version='3.3')
)
libraryDependencies += "torque" % "maven-torque-plugin" % "3.3"
[torque/maven-torque-plugin "3.3"]