is not current version
Last Version 1.0.3

link.jfire:jfire-core 1.0

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.

GroupId

GroupId

link.jfire
ArtifactId

ArtifactId

jfire-core
Version

Version

1.0
Type

Type

jar

Download jfire-core 1.0


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