b

beangle-struts2-convention

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