| Категории |
КатегорииFirefly Взаимодействие с пользователем Веб-фреймворки |
|---|---|
| Группа | Группаcom.fireflysource |
| Идентификатор | Идентификаторfirefly-template |
| Версия | Версия3.0.4.5 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| firefly-template-3.0.4.5.pom | |
| firefly-template-3.0.4.5.jar | 57 KB |
| firefly-template-3.0.4.5-sources.jar | 25 KB |
| firefly-template-3.0.4.5-javadoc.jar | 225 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.fireflysource/firefly-template/ -->
<dependency>
<groupId>com.fireflysource</groupId>
<artifactId>firefly-template</artifactId>
<version>3.0.4.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.fireflysource/firefly-template/
implementation 'com.fireflysource:firefly-template:3.0.4.5'
// https://jarcasting.com/artifacts/com.fireflysource/firefly-template/
implementation ("com.fireflysource:firefly-template:3.0.4.5")
'com.fireflysource:firefly-template:jar:3.0.4.5'
<dependency org="com.fireflysource" name="firefly-template" rev="3.0.4.5">
<artifact name="firefly-template" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fireflysource', module='firefly-template', version='3.0.4.5')
)
libraryDependencies += "com.fireflysource" % "firefly-template" % "3.0.4.5"
[com.fireflysource/firefly-template "3.0.4.5"]