MVN

com.bartoszlipinski : parsemodel

Maven & Gradle

Nov 30, 2015
1 usages
23 stars

parsemodel · Annotation-based library that allows for easy data model creation for Parse Android SDK.

<dependency>
    <groupId>com.bartoszlipinski</groupId>
    <artifactId>parsemodel</artifactId>
    <version>0.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bartoszlipinski : parsemodel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.5
  • Latest Alpha: 0.0.1-alpha

All Versions

Choose a version of com.bartoszlipinski : parsemodel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
parsemodel-0.0.5
parsemodel-0.0.4
parsemodel-0.0.1-alpha

How to add a dependency to Maven

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

<dependency>
    <groupId>com.bartoszlipinski</groupId>
    <artifactId>parsemodel</artifactId>
    <version>0.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.bartoszlipinski : parsemodel gradle dependency to your build.gradle file:

implementation 'com.bartoszlipinski:parsemodel:0.0.5'

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

implementation("com.bartoszlipinski:parsemodel:0.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.bartoszlipinski : parsemodel sbt scala dependency to your build.sbt file:

libraryDependencies += "com.bartoszlipinski" % "parsemodel" % "0.0.5"