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