Download jfire-core-1.0.jar file - Jar j

Jar examples for j:jfire-core

Description

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.

You can download jar file jfire-core 1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jfire-core-1.0.jar to your project.

<dependency>
   <groupId>link.jfire</groupId>
   <artifactId>jfire-core</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'link.jfire', name: 'jfire-core', version: '1.0'
libraryDependencies += "link.jfire" % "jfire-core" % "1.0"
<dependency org="link.jfire" name="jfire-core" rev="1.0"/>
@Grapes(@Grab(group='link.jfire', module='jfire-core', version='1.0'))
'link.jfire:jfire-core:jar:1.0'

Download

Click the following link to download the jar file.

jfire-core-1.0-javadoc.jar
jfire-core-1.0-sources.jar
jfire-core-1.0.jar
jfire-core-1.0.pom



Related Tutorials