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