License |
License
The Apache Software License, Version 2.0
|
---|---|
Categories |
CategoriesJakarta Server Pages Jakarta EE The Web Tier |
GroupId | GroupIdcn.minsin |
ArtifactId | ArtifactIdmutils-jsp-taglib |
Last Version | Last Version0.4.0.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmutils-jsp-taglib
mutils组件中,提供对jsp支持的一个模块。此模块可单独引用。
|
<!-- https://jarcasting.com/artifacts/cn.minsin/mutils-jsp-taglib/ -->
<dependency>
<groupId>cn.minsin</groupId>
<artifactId>mutils-jsp-taglib</artifactId>
<version>0.4.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.minsin/mutils-jsp-taglib/
implementation 'cn.minsin:mutils-jsp-taglib:0.4.0.RELEASE'
// https://jarcasting.com/artifacts/cn.minsin/mutils-jsp-taglib/
implementation ("cn.minsin:mutils-jsp-taglib:0.4.0.RELEASE")
'cn.minsin:mutils-jsp-taglib:jar:0.4.0.RELEASE'
<dependency org="cn.minsin" name="mutils-jsp-taglib" rev="0.4.0.RELEASE">
<artifact name="mutils-jsp-taglib" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.minsin', module='mutils-jsp-taglib', version='0.4.0.RELEASE')
)
libraryDependencies += "cn.minsin" % "mutils-jsp-taglib" % "0.4.0.RELEASE"
[cn.minsin/mutils-jsp-taglib "0.4.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet.jsp : javax.servlet.jsp-api | jar | 2.3.3 |
javax.servlet : jstl | jar | |
cn.minsin : mutils-core | jar | 0.1.6.RELEASE |
org.springframework.boot : spring-boot | jar |