| License | License | 
|---|---|
| GroupId | GroupIdorg.apache.velocity | 
| ArtifactId | ArtifactIdvelocity-engine-scripting | 
| Last Version | Last Version2.3 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionApache Velocity - JSR 223 Scripting Apache Velocity is a general purpose template engine. | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/org.apache.velocity/velocity-engine-scripting/ -->
<dependency>
    <groupId>org.apache.velocity</groupId>
    <artifactId>velocity-engine-scripting</artifactId>
    <version>2.3</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.velocity/velocity-engine-scripting/
implementation 'org.apache.velocity:velocity-engine-scripting:2.3'// https://jarcasting.com/artifacts/org.apache.velocity/velocity-engine-scripting/
implementation ("org.apache.velocity:velocity-engine-scripting:2.3")'org.apache.velocity:velocity-engine-scripting:jar:2.3'<dependency org="org.apache.velocity" name="velocity-engine-scripting" rev="2.3">
  <artifact name="velocity-engine-scripting" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.velocity', module='velocity-engine-scripting', version='2.3')
)libraryDependencies += "org.apache.velocity" % "velocity-engine-scripting" % "2.3"[org.apache.velocity/velocity-engine-scripting "2.3"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.velocity : velocity-engine-core | jar | 2.3 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.13.2 | 
| org.slf4j : slf4j-simple | jar | 1.7.30 |