MVN

com.giljulio : sneakpeek

Maven & Gradle

Jul 10, 2017
10 stars

SneakPeek · Preview your android XML custom attributes with the tools namespace

<dependency>
    <groupId>com.giljulio</groupId>
    <artifactId>sneakpeek</artifactId>
    <version>0.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.giljulio : sneakpeek to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.1

All Versions

Choose a version of com.giljulio : sneakpeek to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
sneakpeek-0.1.1
sneakpeek-0.1.0
sneekpeek
sneakpeek-sneekpeek

How to add a dependency to Maven

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

<dependency>
    <groupId>com.giljulio</groupId>
    <artifactId>sneakpeek</artifactId>
    <version>0.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.giljulio : sneakpeek gradle dependency to your build.gradle file:

implementation 'com.giljulio:sneakpeek:0.1.1'

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

implementation("com.giljulio:sneakpeek:0.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.giljulio : sneakpeek sbt scala dependency to your build.sbt file:

libraryDependencies += "com.giljulio" % "sneakpeek" % "0.1.1"