Categories |
CategoriesScala Languages Jakarta Server Pages Jakarta EE The Web Tier |
---|---|
GroupId | GroupIdorg.fusesource.scalate |
ArtifactId | ArtifactIdscalate-jsp-converter |
Version | Version1.3.2 |
Type | Typejar |
Filename | Size |
---|---|
scalate-jsp-converter-1.3.2.pom | |
scalate-jsp-converter-1.3.2.jar | 144 KB |
scalate-jsp-converter-1.3.2-sources.jar | 11 KB |
scalate-jsp-converter-1.3.2-javadoc.jar | 151 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fusesource.scalate/scalate-jsp-converter/ -->
<dependency>
<groupId>org.fusesource.scalate</groupId>
<artifactId>scalate-jsp-converter</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.fusesource.scalate/scalate-jsp-converter/
implementation 'org.fusesource.scalate:scalate-jsp-converter:1.3.2'
// https://jarcasting.com/artifacts/org.fusesource.scalate/scalate-jsp-converter/
implementation ("org.fusesource.scalate:scalate-jsp-converter:1.3.2")
'org.fusesource.scalate:scalate-jsp-converter:jar:1.3.2'
<dependency org="org.fusesource.scalate" name="scalate-jsp-converter" rev="1.3.2">
<artifact name="scalate-jsp-converter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fusesource.scalate', module='scalate-jsp-converter', version='1.3.2')
)
libraryDependencies += "org.fusesource.scalate" % "scalate-jsp-converter" % "1.3.2"
[org.fusesource.scalate/scalate-jsp-converter "1.3.2"]