Categories |
CategoriesTomcat Container Application Servers Jakarta Server Pages Jakarta EE The Web Tier |
---|---|
GroupId | GroupIdorg.jasig.mojo.jspc |
ArtifactId | ArtifactIdjspc-compiler-tomcat6 |
Version | Version2.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jasig.mojo.jspc/jspc-compiler-tomcat6/ -->
<dependency>
<groupId>org.jasig.mojo.jspc</groupId>
<artifactId>jspc-compiler-tomcat6</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jasig.mojo.jspc/jspc-compiler-tomcat6/
implementation 'org.jasig.mojo.jspc:jspc-compiler-tomcat6:2.0.0'
// https://jarcasting.com/artifacts/org.jasig.mojo.jspc/jspc-compiler-tomcat6/
implementation ("org.jasig.mojo.jspc:jspc-compiler-tomcat6:2.0.0")
'org.jasig.mojo.jspc:jspc-compiler-tomcat6:jar:2.0.0'
<dependency org="org.jasig.mojo.jspc" name="jspc-compiler-tomcat6" rev="2.0.0">
<artifact name="jspc-compiler-tomcat6" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jasig.mojo.jspc', module='jspc-compiler-tomcat6', version='2.0.0')
)
libraryDependencies += "org.jasig.mojo.jspc" % "jspc-compiler-tomcat6" % "2.0.0"
[org.jasig.mojo.jspc/jspc-compiler-tomcat6 "2.0.0"]