MVN

me.panavtec : threaddecoratedview-compiler

Maven & Gradle

Feb 24, 2016
28 stars

Thread Decorated View · Decorates a View to execute those methods with a custom Thread specification implementation

<dependency>
    <groupId>me.panavtec</groupId>
    <artifactId>threaddecoratedview-compiler</artifactId>
    <version>1.5.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.panavtec : threaddecoratedview-compiler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.3

All Versions

Choose a version of me.panavtec : threaddecoratedview-compiler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
threaddecoratedview-compiler-1.5.3
threaddecoratedview-compiler-1.5.2
threaddecoratedview-compiler-1.5.1
1.5
threaddecoratedview-compiler-1.5
1.1.x
threaddecoratedview-compiler-1.1.1
1.1
threaddecoratedview-compiler-1.1
1.0.x
threaddecoratedview-compiler-1.0.1
threaddecoratedview-compiler-1.0.0

How to add a dependency to Maven

Add the following me.panavtec : threaddecoratedview-compiler maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.panavtec</groupId>
    <artifactId>threaddecoratedview-compiler</artifactId>
    <version>1.5.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.panavtec : threaddecoratedview-compiler gradle dependency to your build.gradle file:

implementation 'me.panavtec:threaddecoratedview-compiler:1.5.3'

Gradle Kotlin DSL: Add the following me.panavtec : threaddecoratedview-compiler gradle kotlin dependency to your build.gradle.kts file:

implementation("me.panavtec:threaddecoratedview-compiler:1.5.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.panavtec : threaddecoratedview-compiler sbt scala dependency to your build.sbt file:

libraryDependencies += "me.panavtec" % "threaddecoratedview-compiler" % "1.5.3"

Advertisement