Categories |
CategoriesScala Languages Jakarta Server Pages Jakarta EE The Web Tier |
---|---|
GroupId | GroupIdorg.fusesource.scalate |
ArtifactId | ArtifactIdscalate-jsp-converter |
Version | Version1.3.1 |
Type | Typejar |
Filename | Size |
---|---|
scalate-jsp-converter-1.3.1.pom | |
scalate-jsp-converter-1.3.1.jar | 143 KB |
scalate-jsp-converter-1.3.1-sources.jar | 11 KB |
scalate-jsp-converter-1.3.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.fusesource.scalate/scalate-jsp-converter/
implementation 'org.fusesource.scalate:scalate-jsp-converter:1.3.1'
// https://jarcasting.com/artifacts/org.fusesource.scalate/scalate-jsp-converter/
implementation ("org.fusesource.scalate:scalate-jsp-converter:1.3.1")
'org.fusesource.scalate:scalate-jsp-converter:jar:1.3.1'
<dependency org="org.fusesource.scalate" name="scalate-jsp-converter" rev="1.3.1">
<artifact name="scalate-jsp-converter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fusesource.scalate', module='scalate-jsp-converter', version='1.3.1')
)
libraryDependencies += "org.fusesource.scalate" % "scalate-jsp-converter" % "1.3.1"
[org.fusesource.scalate/scalate-jsp-converter "1.3.1"]