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