MVN

com.jfireframework : jfire

Maven & Gradle

Oct 27, 2017
2 usages

Jfire · 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.

<dependency>
    <groupId>com.jfireframework</groupId>
    <artifactId>jfire</artifactId>
    <version>2.0.M6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jfireframework : jfire to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.M6

All Versions

Choose a version of com.jfireframework : jfire to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
jfire-2.0.M6
jfire-2.0.M5
jfire-2.0.M4
jfire-2.0.M2
jfire-2.0.M1
1.1
jfire-1.1
1.0
jfire-1.0

How to add a dependency to Maven

Add the following com.jfireframework : jfire maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jfireframework</groupId>
    <artifactId>jfire</artifactId>
    <version>2.0.M6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jfireframework : jfire gradle dependency to your build.gradle file:

implementation 'com.jfireframework:jfire:2.0.M6'

Gradle Kotlin DSL: Add the following com.jfireframework : jfire gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jfireframework:jfire:2.0.M6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jfireframework : jfire sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jfireframework" % "jfire" % "2.0.M6"

Advertisement