не последняя версия
Последняя версия 2.0.1

org.codehaus.fabric3:fabric3-web 1.5

Fabric3 Web Component Implementation.

Группа

Группа

org.codehaus.fabric3
Идентификатор

Идентификатор

fabric3-web
Версия

Версия

1.5
Тип

Тип

jar

Скачать fabric3-web 1.5


<!-- https://jarcasting.com/artifacts/org.codehaus.fabric3/fabric3-web/ -->
<dependency>
    <groupId>org.codehaus.fabric3</groupId>
    <artifactId>fabric3-web</artifactId>
    <version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.fabric3/fabric3-web/
implementation 'org.codehaus.fabric3:fabric3-web:1.5'
// https://jarcasting.com/artifacts/org.codehaus.fabric3/fabric3-web/
implementation ("org.codehaus.fabric3:fabric3-web:1.5")
'org.codehaus.fabric3:fabric3-web:jar:1.5'
<dependency org="org.codehaus.fabric3" name="fabric3-web" rev="1.5">
  <artifact name="fabric3-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.fabric3', module='fabric3-web', version='1.5')
)
libraryDependencies += "org.codehaus.fabric3" % "fabric3-web" % "1.5"
[org.codehaus.fabric3/fabric3-web "1.5"]