MVN

com.sporniket.p3 : p3

Maven & Gradle

Sep 21, 2016

P3 : Programmable Properties Processor · An utility that manage the processing of properties from a properties file.

<dependency>
    <groupId>com.sporniket.p3</groupId>
    <artifactId>p3</artifactId>
    <version>5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sporniket.p3 : p3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5

All Versions

Choose a version of com.sporniket.p3 : p3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5
p3-5
4
p3-4
3
p3-3
2
p3-2
1
p3-1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.sporniket.p3</groupId>
    <artifactId>p3</artifactId>
    <version>5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sporniket.p3 : p3 gradle dependency to your build.gradle file:

implementation 'com.sporniket.p3:p3:5'

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

implementation("com.sporniket.p3:p3:5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sporniket.p3 : p3 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sporniket.p3" % "p3" % "5"

Advertisement