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