License |
License |
---|---|
GroupId | GroupIdcom.sgota.springboot |
ArtifactId | ArtifactIdspring-web-velocity |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionSGOTA Spring Boot Velocity
|
Filename | Size |
---|---|
spring-web-velocity-1.0.0.pom | |
spring-web-velocity-1.0.0.jar | 25 KB |
spring-web-velocity-1.0.0-sources.jar | 30 KB |
spring-web-velocity-1.0.0-javadoc.jar | 113 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sgota.springboot/spring-web-velocity/ -->
<dependency>
<groupId>com.sgota.springboot</groupId>
<artifactId>spring-web-velocity</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sgota.springboot/spring-web-velocity/
implementation 'com.sgota.springboot:spring-web-velocity:1.0.0'
// https://jarcasting.com/artifacts/com.sgota.springboot/spring-web-velocity/
implementation ("com.sgota.springboot:spring-web-velocity:1.0.0")
'com.sgota.springboot:spring-web-velocity:jar:1.0.0'
<dependency org="com.sgota.springboot" name="spring-web-velocity" rev="1.0.0">
<artifact name="spring-web-velocity" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sgota.springboot', module='spring-web-velocity', version='1.0.0')
)
libraryDependencies += "com.sgota.springboot" % "spring-web-velocity" % "1.0.0"
[com.sgota.springboot/spring-web-velocity "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-webmvc | jar | 5.0.9.RELEASE |
org.apache.velocity : velocity | jar | 1.7 |
org.apache.velocity : velocity-tools | jar | 2.0 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 4.0.1 |