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.

License

License

GroupId

GroupId

link.jfire
ArtifactId

ArtifactId

jfire-core
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Source Code Management

Source Code Management

http://git.oschina.net/eric_ds/jfire-core

Download jfire-core

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
link.jfire : jfire-baseutil jar 1.0.4
org.javassist : javassist jar 3.20.0-GA
link.jfire : codejson jar 1.1.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.3
1.0.2
1.0.1
1.0