MVN

uk.org.retep : retepWebActions

Maven & Gradle

Jan 29, 2010

retepWebActions · An annotation based action framework what will work alongside any other framework (like struts) within a web application. This framework requires Tiles2.

<dependency>
    <groupId>uk.org.retep</groupId>
    <artifactId>retepWebActions</artifactId>
    <version>9.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.org.retep : retepWebActions to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9.10
  • Latest Release Candidate: 9.8-RC1

All Versions

Choose a version of uk.org.retep : retepWebActions to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.10
retepWebActions-9.10
9.8.x
retepWebActions-9.8.2
retepWebActions-9.8.1
9.8
retepWebActions-9.8-RC1
9.7
retepWebActions-9.7
8.7.x
retepWebActions-8.7.7

How to add a dependency to Maven

Add the following uk.org.retep : retepWebActions maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.org.retep</groupId>
    <artifactId>retepWebActions</artifactId>
    <version>9.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.org.retep : retepWebActions gradle dependency to your build.gradle file:

implementation 'uk.org.retep:retepWebActions:9.10'

Gradle Kotlin DSL: Add the following uk.org.retep : retepWebActions gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.org.retep:retepWebActions:9.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.org.retep : retepWebActions sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.org.retep" % "retepWebActions" % "9.10"

Advertisement