MVN

com.github.org-arl : fjage

Maven & Gradle

Apr 13, 2023
3 usages
21 stars

fjage · Framework for Java and Groovy Agents

<dependency>
    <groupId>com.github.org-arl</groupId>
    <artifactId>fjage</artifactId>
    <version>1.11.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.org-arl : fjage to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.11.0

All Versions

Choose a version of com.github.org-arl : fjage to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.11.x
fjage-1.11.0
1.10.x
fjage-1.10.5
fjage-1.10.4
fjage-1.10.3
fjage-1.10.2
fjage-1.10.1
fjage-1.10.0
1.9.x
fjage-1.9.1
fjage-1.9.0
1.8.x
fjage-1.8.0
1.7.x
fjage-1.7.0
1.6.x
fjage-1.6.5
fjage-1.6.3
fjage-1.6.2
fjage-1.6.1
1.6
fjage-1.6
1.5.x
fjage-1.5.1
1.5
fjage-1.5
1.4.x
fjage-1.4.2
fjage-1.4.1
1.4
fjage-1.4
1.3.x
fjage-1.3.4
fjage-1.3.3
fjage-1.3.2
fjage-1.3.1
1.3
fjage-1.3
1.2.x
fjage-1.2.1
1.2
fjage-1.2
1.1.x
fjage-1.1.2
fjage-1.1.1
1.1
fjage-1.1
1.0.x
fjage-1.0.2
fjage-1.0.1
1.0
fjage-1.0

How to add a dependency to Maven

Add the following com.github.org-arl : fjage maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.org-arl</groupId>
    <artifactId>fjage</artifactId>
    <version>1.11.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.org-arl : fjage gradle dependency to your build.gradle file:

implementation 'com.github.org-arl:fjage:1.11.0'

Gradle Kotlin DSL: Add the following com.github.org-arl : fjage gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.org-arl:fjage:1.11.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.org-arl : fjage sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.org-arl" % "fjage" % "1.11.0"

Advertisement