icetag


License

License

GroupId

GroupId

com.icexxx
ArtifactId

ArtifactId

icetag
Last Version

Last Version

1.2
Release Date

Release Date

Type

Type

jar
Description

Description

icetag
icetag
Project URL

Project URL

http://maven.apache.org
Source Code Management

Source Code Management

https://github.com/iceroot/icetag.git

Download icetag

How to add to project

<!-- https://jarcasting.com/artifacts/com.icexxx/icetag/ -->
<dependency>
    <groupId>com.icexxx</groupId>
    <artifactId>icetag</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.icexxx/icetag/
implementation 'com.icexxx:icetag:1.2'
// https://jarcasting.com/artifacts/com.icexxx/icetag/
implementation ("com.icexxx:icetag:1.2")
'com.icexxx:icetag:jar:1.2'
<dependency org="com.icexxx" name="icetag" rev="1.2">
  <artifact name="icetag" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.icexxx', module='icetag', version='1.2')
)
libraryDependencies += "com.icexxx" % "icetag" % "1.2"
[com.icexxx/icetag "1.2"]

Dependencies

provided (1)

Group / Artifact Type Version
javax.servlet.jsp : javax.servlet.jsp-api jar 2.2.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

icetag

icetag

示例:

<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ taglib uri="/ice" prefix="i"%>

<title>Insert title here</title>
icetag demo
${id}
${li}

Versions

Version
1.2
1.1
1.0