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
jQAssistant Development Team
文件下载
文件名 操作
ejb3-1.10.1.jar 下载
ejb3-1.10.1.pom 下载
ejb3-1.10.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.buschmais.jqassistant.plugin</groupId>
  <artifactId>ejb3</artifactId>
  <version>1.10.1</version>
</dependency>
Gradle Groovy
implementation 'com.buschmais.jqassistant.plugin:ejb3:1.10.1'
Gradle Kotlin
implementation("com.buschmais.jqassistant.plugin:ejb3:1.10.1")
Scala SBT
libraryDependencies += "com.buschmais.jqassistant.plugin" % "ejb3" % "1.10.1"
Groovy Grape
@Grapes(
  @Grab(group='com.buschmais.jqassistant.plugin', module='ejb3', version='1.10.1')
)
Apache Ivy
<dependency org="com.buschmais.jqassistant.plugin" name="ejb3" rev="1.10.1" />
Leiningen
[com.buschmais.jqassistant.plugin/ejb3 "1.10.1"]
Apache Buildr
'com.buschmais.jqassistant.plugin:ejb3:jar:1.10.1'