MVN

informa : informa

Maven & Gradle

Sep 20, 2005

Informa · The Informa RSS Library provides a convenient Java API for handling news channels and metadata about them. Different syntax formats (like RSS 0.91 and 1.0 RDF) for channels are supported. In addition a parser for reading in channel information descriptions (OPML) is provided.

<dependency>
    <groupId>informa</groupId>
    <artifactId>informa</artifactId>
    <version>0.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.6.0

All Versions

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

Version Vulnerabilities Updated
0.6.x
informa-0.6.0

How to add a dependency to Maven

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

<dependency>
    <groupId>informa</groupId>
    <artifactId>informa</artifactId>
    <version>0.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following informa : informa gradle dependency to your build.gradle file:

implementation 'informa:informa:0.6.0'

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

implementation("informa:informa:0.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following informa : informa sbt scala dependency to your build.sbt file:

libraryDependencies += "informa" % "informa" % "0.6.0"