MVN

xfire : xfire-aegis

Maven & Gradle

Jan 19, 2006
11 usages
<dependency>
    <groupId>xfire</groupId>
    <artifactId>xfire-aegis</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of xfire : xfire-aegis to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0
  • Latest Alpha: 1.0-alpha-2

All Versions

Choose a version of xfire : xfire-aegis to add to Maven or Gradle - All Versions:

  • Version Updated
  • xfire-aegis-1.0

    Jan 19, 2006
  • xfire-aegis-1.0-20051009.195814

    Dec 06, 2005
  • xfire-aegis-1.0-20050920.034548

    Dec 06, 2005
  • xfire-aegis-1.0-20050920.032119

    Dec 06, 2005
  • xfire-aegis-1.0-20050917.230707

    Dec 06, 2005
  • xfire-aegis-1.0-20050913.004844

    Dec 06, 2005
  • xfire-aegis-1.0-20051009.195836

    Oct 10, 2005
  • xfire-aegis-20050202

    Sep 20, 2005
  • xfire-aegis-20050103.051706

    Sep 20, 2005
  • xfire-aegis-1.0-20050920.034603

    Sep 20, 2005
  • xfire-aegis-1.0-20050920.032134

    Sep 20, 2005
  • xfire-aegis-1.0-20050917.230734

    Sep 20, 2005
  • xfire-aegis-1.0-20050913.004854

    Sep 20, 2005
  • xfire-aegis-1.0-M5

    Sep 20, 2005
  • xfire-aegis-1.0-alpha-2

    Sep 20, 2005
  • xfire-aegis-1.0-alpha-1

    Sep 20, 2005

How to add a dependency to Maven

Add the following xfire : xfire-aegis maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>xfire</groupId>
    <artifactId>xfire-aegis</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following xfire : xfire-aegis gradle dependency to your build.gradle file:

implementation 'xfire:xfire-aegis:1.0'

Gradle Kotlin DSL: Add the following xfire : xfire-aegis gradle kotlin dependency to your build.gradle.kts file:

implementation("xfire:xfire-aegis:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following xfire : xfire-aegis sbt scala dependency to your build.sbt file:

libraryDependencies += "xfire" % "xfire-aegis" % "1.0"

Advertisement