Categories |
CategoriesJakarta Server Pages Jakarta EE The Web Tier |
---|---|
GroupId | GroupIdorg.tinygroup |
ArtifactId | ArtifactIdorg.tinygroup.jspengine |
Version | Version3.4.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.jspengine/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>org.tinygroup.jspengine</artifactId>
<version>3.4.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.jspengine/
implementation 'org.tinygroup:org.tinygroup.jspengine:3.4.6'
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.jspengine/
implementation ("org.tinygroup:org.tinygroup.jspengine:3.4.6")
'org.tinygroup:org.tinygroup.jspengine:jar:3.4.6'
<dependency org="org.tinygroup" name="org.tinygroup.jspengine" rev="3.4.6">
<artifact name="org.tinygroup.jspengine" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='org.tinygroup.jspengine', version='3.4.6')
)
libraryDependencies += "org.tinygroup" % "org.tinygroup.jspengine" % "3.4.6"
[org.tinygroup/org.tinygroup.jspengine "3.4.6"]