MVN

pl.tajchert : exceptionwear

Maven & Gradle

Jan 29, 2015
102 stars

ExceptionWear · Exception handling library for Android Wear projects, that sends them to the phone.

<dependency>
    <groupId>pl.tajchert</groupId>
    <artifactId>exceptionwear</artifactId>
    <version>0.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of pl.tajchert : exceptionwear to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.2

All Versions

Choose a version of pl.tajchert : exceptionwear to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
exceptionwear-0.1.2
exceptionwear-0.1.1
exceptionwear-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>pl.tajchert</groupId>
    <artifactId>exceptionwear</artifactId>
    <version>0.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following pl.tajchert : exceptionwear gradle dependency to your build.gradle file:

implementation 'pl.tajchert:exceptionwear:0.1.2'

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

implementation("pl.tajchert:exceptionwear:0.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following pl.tajchert : exceptionwear sbt scala dependency to your build.sbt file:

libraryDependencies += "pl.tajchert" % "exceptionwear" % "0.1.2"

Advertisement