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