MVN

tech.hiddenproject : progressive-injection

Maven & Gradle

Jan 31, 2023
1 stars
<dependency>
    <groupId>tech.hiddenproject</groupId>
    <artifactId>progressive-injection</artifactId>
    <version>0.7.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.hiddenproject : progressive-injection to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.11

All Versions

Choose a version of tech.hiddenproject : progressive-injection to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
progressive-injection-0.7.11
progressive-injection-0.7.1

How to add a dependency to Maven

Add the following tech.hiddenproject : progressive-injection maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.hiddenproject</groupId>
    <artifactId>progressive-injection</artifactId>
    <version>0.7.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.hiddenproject : progressive-injection gradle dependency to your build.gradle file:

implementation 'tech.hiddenproject:progressive-injection:0.7.11'

Gradle Kotlin DSL: Add the following tech.hiddenproject : progressive-injection gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.hiddenproject:progressive-injection:0.7.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.hiddenproject : progressive-injection sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.hiddenproject" % "progressive-injection" % "0.7.11"

Advertisement