MVN

io.github.wengliuhu : factory_complier

Maven & Gradle

Nov 04, 2021
1 stars

factory_complier · lifecycle bus

<dependency>
    <groupId>io.github.wengliuhu</groupId>
    <artifactId>factory_complier</artifactId>
    <version>1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.wengliuhu : factory_complier to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7

All Versions

Choose a version of io.github.wengliuhu : factory_complier to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7
factory_complier-1.7
1.6
factory_complier-1.6

How to add a dependency to Maven

Add the following io.github.wengliuhu : factory_complier maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.wengliuhu</groupId>
    <artifactId>factory_complier</artifactId>
    <version>1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.wengliuhu : factory_complier gradle dependency to your build.gradle file:

implementation 'io.github.wengliuhu:factory_complier:1.7'

Gradle Kotlin DSL: Add the following io.github.wengliuhu : factory_complier gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.wengliuhu:factory_complier:1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.wengliuhu : factory_complier sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.wengliuhu" % "factory_complier" % "1.7"

Advertisement