MVN

org.pulloid : pulloid

Maven & Gradle

Nov 23, 2011

Pulloid · Simple and fast XML to Java mapping library on top of XmlPull parsers - perfect for Android apps

<dependency>
    <groupId>org.pulloid</groupId>
    <artifactId>pulloid</artifactId>
    <version>1.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.pulloid : pulloid to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.2

All Versions

Choose a version of org.pulloid : pulloid to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
pulloid-1.1.2
pulloid-1.1.1
pulloid-1.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.pulloid</groupId>
    <artifactId>pulloid</artifactId>
    <version>1.1.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.pulloid:pulloid:1.1.2'

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

implementation("org.pulloid:pulloid:1.1.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.pulloid" % "pulloid" % "1.1.2"