<dependency> <groupId>tomcat</groupId> <artifactId>jsp-api</artifactId> <version>5.5.23</version> </dependency>
implementation 'tomcat:jsp-api:5.5.23'
implementation("tomcat:jsp-api:5.5.23")
libraryDependencies += "tomcat" % "jsp-api" % "5.5.23"
@Grapes( @Grab(group='tomcat', module='jsp-api', version='5.5.23') )
<dependency org="tomcat" name="jsp-api" rev="5.5.23" />
[tomcat/jsp-api "5.5.23"]
'tomcat:jsp-api:jar:5.5.23'
<parent> <groupId>tomcat</groupId> <artifactId>tomcat-parent</artifactId> <version>5.5.23</version> </parent>
compile
|-- javax.servlet:servlet-api:2.4