MVN

com.github.pedrovgs : sample

Maven & Gradle

Oct 11, 2015
1.2k stars

RENDERERS - SAMPLE

<dependency>
    <groupId>com.github.pedrovgs</groupId>
    <artifactId>sample</artifactId>
    <version>2.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.pedrovgs : sample to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.4

All Versions

Choose a version of com.github.pedrovgs : sample to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
sample-2.0.4
sample-2.0.3
sample-2.0.1
sample-2.0.0
1.5
sample-1.5
1.4
sample-1.4
1.3
sample-1.3
1.2
sample-1.2
1.1.x
sample-1.1.1
sample-1.1.0
1.0.x
sample-1.0.10
sample-1.0.9
sample-1.0.1
sample-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.pedrovgs</groupId>
    <artifactId>sample</artifactId>
    <version>2.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.pedrovgs : sample gradle dependency to your build.gradle file:

implementation 'com.github.pedrovgs:sample:2.0.4'

Gradle Kotlin DSL: Add the following com.github.pedrovgs : sample gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.pedrovgs:sample:2.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.pedrovgs : sample sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.pedrovgs" % "sample" % "2.0.4"

Advertisement