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