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