GroupId | GroupIdorg.sakaiproject.velocity |
---|---|
ArtifactId | ArtifactIdsakai-velocity-tool |
Version | Version10.0 |
Type | Typejar |
Filename | Size |
---|---|
sakai-velocity-tool-10.0.pom | |
sakai-velocity-tool-10.0.jar | 86 KB |
sakai-velocity-tool-10.0-sources.jar | 84 KB |
sakai-velocity-tool-10.0-javadoc.jar | 254 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sakaiproject.velocity/sakai-velocity-tool/ -->
<dependency>
<groupId>org.sakaiproject.velocity</groupId>
<artifactId>sakai-velocity-tool</artifactId>
<version>10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.sakaiproject.velocity/sakai-velocity-tool/
implementation 'org.sakaiproject.velocity:sakai-velocity-tool:10.0'
// https://jarcasting.com/artifacts/org.sakaiproject.velocity/sakai-velocity-tool/
implementation ("org.sakaiproject.velocity:sakai-velocity-tool:10.0")
'org.sakaiproject.velocity:sakai-velocity-tool:jar:10.0'
<dependency org="org.sakaiproject.velocity" name="sakai-velocity-tool" rev="10.0">
<artifact name="sakai-velocity-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sakaiproject.velocity', module='sakai-velocity-tool', version='10.0')
)
libraryDependencies += "org.sakaiproject.velocity" % "sakai-velocity-tool" % "10.0"
[org.sakaiproject.velocity/sakai-velocity-tool "10.0"]