Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdtorque |
ArtifactId | ArtifactIdmaven-torque-plugin |
Version | Version3.3-RC1 |
Type | Typejar |
Filename | Size |
---|---|
maven-torque-plugin-3.3-RC1.pom | |
maven-torque-plugin-3.3-RC1.jar | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/torque/maven-torque-plugin/ -->
<dependency>
<groupId>torque</groupId>
<artifactId>maven-torque-plugin</artifactId>
<version>3.3-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/torque/maven-torque-plugin/
implementation 'torque:maven-torque-plugin:3.3-RC1'
// https://jarcasting.com/artifacts/torque/maven-torque-plugin/
implementation ("torque:maven-torque-plugin:3.3-RC1")
'torque:maven-torque-plugin:jar:3.3-RC1'
<dependency org="torque" name="maven-torque-plugin" rev="3.3-RC1">
<artifact name="maven-torque-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='torque', module='maven-torque-plugin', version='3.3-RC1')
)
libraryDependencies += "torque" % "maven-torque-plugin" % "3.3-RC1"
[torque/maven-torque-plugin "3.3-RC1"]