e

ejb3

Plugin for jQAssistant to be able to scan and to analyze EJB 3 related artifacts.
http://jqassistant.org/
GNU General Public License, v3
buschmais GbR
Files download
File Operation
ejb3-1.3.jar download
ejb3-1.3.pom download
ejb3-1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.buschmais.jqassistant.plugin</groupId>
  <artifactId>ejb3</artifactId>
  <version>1.3</version>
</dependency>
Gradle Groovy
implementation 'com.buschmais.jqassistant.plugin:ejb3:1.3'
Gradle Kotlin
implementation("com.buschmais.jqassistant.plugin:ejb3:1.3")
Scala SBT
libraryDependencies += "com.buschmais.jqassistant.plugin" % "ejb3" % "1.3"
Groovy Grape
@Grapes(
  @Grab(group='com.buschmais.jqassistant.plugin', module='ejb3', version='1.3')
)
Apache Ivy
<dependency org="com.buschmais.jqassistant.plugin" name="ejb3" rev="1.3" />
Leiningen
[com.buschmais.jqassistant.plugin/ejb3 "1.3"]
Apache Buildr
'com.buschmais.jqassistant.plugin:ejb3:jar:1.3'