j

jfire

Jfire is a IOC and AOP container. Provides a transparent object management. And provide a simple and efficient AOP API operation. At the same time also supports transparent transaction management.
文件下载
文件名 操作
jfire-2.0.M6.jar 下载
jfire-2.0.M6.pom 下载
jfire-2.0.M6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.jfireframework</groupId>
  <artifactId>jfire</artifactId>
  <version>2.0.M6</version>
</dependency>
Gradle Groovy
implementation 'com.jfireframework:jfire:2.0.M6'
Gradle Kotlin
implementation("com.jfireframework:jfire:2.0.M6")
Scala SBT
libraryDependencies += "com.jfireframework" % "jfire" % "2.0.M6"
Groovy Grape
@Grapes(
  @Grab(group='com.jfireframework', module='jfire', version='2.0.M6')
)
Apache Ivy
<dependency org="com.jfireframework" name="jfire" rev="2.0.M6" />
Leiningen
[com.jfireframework/jfire "2.0.M6"]
Apache Buildr
'com.jfireframework:jfire:jar:2.0.M6'