GroupId | GroupIdorg.sakaiproject.velocity |
---|---|
ArtifactId | ArtifactIdsakai-velocity-tool |
Version | Version19.3 |
Type | Typejar |
Filename | Size |
---|---|
sakai-velocity-tool-19.3.pom | |
sakai-velocity-tool-19.3.jar | 83 KB |
sakai-velocity-tool-19.3-sources.jar | 80 KB |
sakai-velocity-tool-19.3-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>19.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.sakaiproject.velocity/sakai-velocity-tool/
implementation 'org.sakaiproject.velocity:sakai-velocity-tool:19.3'
// https://jarcasting.com/artifacts/org.sakaiproject.velocity/sakai-velocity-tool/
implementation ("org.sakaiproject.velocity:sakai-velocity-tool:19.3")
'org.sakaiproject.velocity:sakai-velocity-tool:jar:19.3'
<dependency org="org.sakaiproject.velocity" name="sakai-velocity-tool" rev="19.3">
<artifact name="sakai-velocity-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sakaiproject.velocity', module='sakai-velocity-tool', version='19.3')
)
libraryDependencies += "org.sakaiproject.velocity" % "sakai-velocity-tool" % "19.3"
[org.sakaiproject.velocity/sakai-velocity-tool "19.3"]