GroupId | GroupIdorg.icefaces |
---|---|
ArtifactId | ArtifactIdicefaces |
Version | Version3.1.0 |
Type | Typejar |
Filename | Size |
---|---|
icefaces-3.1.0.pom | |
icefaces-3.1.0.jar | 331 KB |
icefaces-3.1.0-sources.jar | 185 KB |
icefaces-3.1.0-javadoc.jar | 79 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.icefaces/icefaces/ -->
<dependency>
<groupId>org.icefaces</groupId>
<artifactId>icefaces</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.icefaces/icefaces/
implementation 'org.icefaces:icefaces:3.1.0'
// https://jarcasting.com/artifacts/org.icefaces/icefaces/
implementation ("org.icefaces:icefaces:3.1.0")
'org.icefaces:icefaces:jar:3.1.0'
<dependency org="org.icefaces" name="icefaces" rev="3.1.0">
<artifact name="icefaces" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.icefaces', module='icefaces', version='3.1.0')
)
libraryDependencies += "org.icefaces" % "icefaces" % "3.1.0"
[org.icefaces/icefaces "3.1.0"]