Files download
File Operation
beangle-web-action_3-0.4.9.jar download
beangle-web-action_3-0.4.9.pom download
beangle-web-action_3-0.4.9-sources.jar download
Apache Maven
<dependency>
  <groupId>org.beangle.web</groupId>
  <artifactId>beangle-web-action_3</artifactId>
  <version>0.4.9</version>
</dependency>
Gradle Groovy
implementation 'org.beangle.web:beangle-web-action_3:0.4.9'
Gradle Kotlin
implementation("org.beangle.web:beangle-web-action_3:0.4.9")
Scala SBT
libraryDependencies += "org.beangle.web" % "beangle-web-action_3" % "0.4.9"
Groovy Grape
@Grapes(
  @Grab(group='org.beangle.web', module='beangle-web-action_3', version='0.4.9')
)
Apache Ivy
<dependency org="org.beangle.web" name="beangle-web-action_3" rev="0.4.9" />
Leiningen
[org.beangle.web/beangle-web-action_3 "0.4.9"]
Apache Buildr
'org.beangle.web:beangle-web-action_3:jar:0.4.9'