is not current version
Last Version 2.0.M6

com.jfireframework:jfire 2.0.M5

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.

GroupId

GroupId

com.jfireframework
ArtifactId

ArtifactId

jfire
Version

Version

2.0.M5
Type

Type

jar

Download jfire 2.0.M5


<!-- https://jarcasting.com/artifacts/com.jfireframework/jfire/ -->
<dependency>
    <groupId>com.jfireframework</groupId>
    <artifactId>jfire</artifactId>
    <version>2.0.M5</version>
</dependency>
// https://jarcasting.com/artifacts/com.jfireframework/jfire/
implementation 'com.jfireframework:jfire:2.0.M5'
// https://jarcasting.com/artifacts/com.jfireframework/jfire/
implementation ("com.jfireframework:jfire:2.0.M5")
'com.jfireframework:jfire:jar:2.0.M5'
<dependency org="com.jfireframework" name="jfire" rev="2.0.M5">
  <artifact name="jfire" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jfireframework', module='jfire', version='2.0.M5')
)
libraryDependencies += "com.jfireframework" % "jfire" % "2.0.M5"
[com.jfireframework/jfire "2.0.M5"]