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