GroupId | GroupIdorg.icefaces |
---|---|
ArtifactId | ArtifactIdicefaces |
Version | Version1.8.1 |
Type | Typejar |
Filename | Size |
---|---|
icefaces-1.8.1.pom | |
icefaces-1.8.1.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.icefaces/icefaces/ -->
<dependency>
<groupId>org.icefaces</groupId>
<artifactId>icefaces</artifactId>
<version>1.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.icefaces/icefaces/
implementation 'org.icefaces:icefaces:1.8.1'
// https://jarcasting.com/artifacts/org.icefaces/icefaces/
implementation ("org.icefaces:icefaces:1.8.1")
'org.icefaces:icefaces:jar:1.8.1'
<dependency org="org.icefaces" name="icefaces" rev="1.8.1">
<artifact name="icefaces" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.icefaces', module='icefaces', version='1.8.1')
)
libraryDependencies += "org.icefaces" % "icefaces" % "1.8.1"
[org.icefaces/icefaces "1.8.1"]