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