| GroupId | GroupIdorg.ff4j |
|---|---|
| ArtifactId | ArtifactIdff4j-web |
| Version | Version1.8.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ff4j-web-1.8.3.pom | |
| ff4j-web-1.8.3.jar | 1020 KB |
| ff4j-web-1.8.3-sources.jar | 1002 KB |
| ff4j-web-1.8.3-javadoc.jar | 248 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ff4j/ff4j-web/ -->
<dependency>
<groupId>org.ff4j</groupId>
<artifactId>ff4j-web</artifactId>
<version>1.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.ff4j/ff4j-web/
implementation 'org.ff4j:ff4j-web:1.8.3'
// https://jarcasting.com/artifacts/org.ff4j/ff4j-web/
implementation ("org.ff4j:ff4j-web:1.8.3")
'org.ff4j:ff4j-web:jar:1.8.3'
<dependency org="org.ff4j" name="ff4j-web" rev="1.8.3">
<artifact name="ff4j-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ff4j', module='ff4j-web', version='1.8.3')
)
libraryDependencies += "org.ff4j" % "ff4j-web" % "1.8.3"
[org.ff4j/ff4j-web "1.8.3"]