| Группа | Группаorg.sakaiproject.velocity |
|---|---|
| Идентификатор | Идентификаторsakai-velocity-tool |
| Версия | Версия2.9.0-rc02 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| sakai-velocity-tool-2.9.0-rc02.pom | |
| sakai-velocity-tool-2.9.0-rc02.jar | 83 KB |
| sakai-velocity-tool-2.9.0-rc02-sources.jar | 81 KB |
| sakai-velocity-tool-2.9.0-rc02-javadoc.jar | 239 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.sakaiproject.velocity/sakai-velocity-tool/ -->
<dependency>
<groupId>org.sakaiproject.velocity</groupId>
<artifactId>sakai-velocity-tool</artifactId>
<version>2.9.0-rc02</version>
</dependency>
// https://jarcasting.com/artifacts/org.sakaiproject.velocity/sakai-velocity-tool/
implementation 'org.sakaiproject.velocity:sakai-velocity-tool:2.9.0-rc02'
// https://jarcasting.com/artifacts/org.sakaiproject.velocity/sakai-velocity-tool/
implementation ("org.sakaiproject.velocity:sakai-velocity-tool:2.9.0-rc02")
'org.sakaiproject.velocity:sakai-velocity-tool:jar:2.9.0-rc02'
<dependency org="org.sakaiproject.velocity" name="sakai-velocity-tool" rev="2.9.0-rc02">
<artifact name="sakai-velocity-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sakaiproject.velocity', module='sakai-velocity-tool', version='2.9.0-rc02')
)
libraryDependencies += "org.sakaiproject.velocity" % "sakai-velocity-tool" % "2.9.0-rc02"
[org.sakaiproject.velocity/sakai-velocity-tool "2.9.0-rc02"]