GroupId | GroupIdorg.icefaces.tutorial |
---|---|
ArtifactId | ArtifactIdbase |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionICEfaces Global Tutorial Base POM
|
Filename | Size |
---|---|
base-1.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.icefaces.tutorial/base/ -->
<dependency>
<groupId>org.icefaces.tutorial</groupId>
<artifactId>base</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.icefaces.tutorial/base/
implementation 'org.icefaces.tutorial:base:1.0'
// https://jarcasting.com/artifacts/org.icefaces.tutorial/base/
implementation ("org.icefaces.tutorial:base:1.0")
'org.icefaces.tutorial:base:pom:1.0'
<dependency org="org.icefaces.tutorial" name="base" rev="1.0">
<artifact name="base" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.icefaces.tutorial', module='base', version='1.0')
)
libraryDependencies += "org.icefaces.tutorial" % "base" % "1.0"
[org.icefaces.tutorial/base "1.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : jstl | jar | 1.1.2 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
javax.el : el-api | jar | 1.0 |