| License |
License |
|---|---|
| Categories |
CategoriesUML Business Logic Libraries Documents Processing |
| GroupId | GroupIdcom.rathravane |
| ArtifactId | ArtifactIddrumlin |
| Last Version | Last Version1.3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionRathravane Drumlin
A simple Java webapp framework with POJO path routing, Velocity templates, and basic
app functionality such as HTML form validation.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| drumlin-1.3.0.pom | |
| drumlin-1.3.0.jar | 134 KB |
| drumlin-1.3.0-sources.jar | 90 KB |
| drumlin-1.3.0-javadoc.jar | 544 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.rathravane/drumlin/ -->
<dependency>
<groupId>com.rathravane</groupId>
<artifactId>drumlin</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rathravane/drumlin/
implementation 'com.rathravane:drumlin:1.3.0'
// https://jarcasting.com/artifacts/com.rathravane/drumlin/
implementation ("com.rathravane:drumlin:1.3.0")
'com.rathravane:drumlin:jar:1.3.0'
<dependency org="com.rathravane" name="drumlin" rev="1.3.0">
<artifact name="drumlin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rathravane', module='drumlin', version='1.3.0')
)
libraryDependencies += "com.rathravane" % "drumlin" % "1.3.0"
[com.rathravane/drumlin "1.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.velocity : velocity | jar | 1.7 |
| org.apache.tomcat : tomcat-catalina | jar | 8.0.39 |
| org.apache.tomcat : tomcat-util | jar | 8.0.39 |
| org.apache.tomcat.embed : tomcat-embed-core | jar | 8.0.39 |
| org.slf4j : slf4j-api | jar | 1.7.6 |
| com.rathravane : silt | jar | 2.1.0 |
| com.rathravane : drift | jar | 1.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.1.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |