j

jfire-core

Jfire - core 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.
www.jfire.link
The Apache Software License, Version 2.0
linbin
Files download
File Operation
jfire-core-1.0.3.jar download
jfire-core-1.0.3.pom download
jfire-core-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>link.jfire</groupId>
  <artifactId>jfire-core</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'link.jfire:jfire-core:1.0.3'
Gradle Kotlin
implementation("link.jfire:jfire-core:1.0.3")
Scala SBT
libraryDependencies += "link.jfire" % "jfire-core" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='link.jfire', module='jfire-core', version='1.0.3')
)
Apache Ivy
<dependency org="link.jfire" name="jfire-core" rev="1.0.3" />
Leiningen
[link.jfire/jfire-core "1.0.3"]
Apache Buildr
'link.jfire:jfire-core:jar:1.0.3'