MVN

com.github.yihaijun : sfip-app-archetype

Maven & Gradle

Jan 15, 2019
0 stars

sfip-app-archetype · Create module archetype For SFIP(Service Fast Integration Platform)

<dependency>
    <groupId>com.github.yihaijun</groupId>
    <artifactId>sfip-app-archetype</artifactId>
    <version>1.0.6.160</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.yihaijun : sfip-app-archetype to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.6.160

All Versions

Choose a version of com.github.yihaijun : sfip-app-archetype to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
sfip-app-archetype-1.0.6.160
sfip-app-archetype-1.0.6.158
sfip-app-archetype-1.0.6.157
sfip-app-archetype-1.0.6

How to add a dependency to Maven

Add the following com.github.yihaijun : sfip-app-archetype maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.yihaijun</groupId>
    <artifactId>sfip-app-archetype</artifactId>
    <version>1.0.6.160</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.yihaijun : sfip-app-archetype gradle dependency to your build.gradle file:

implementation 'com.github.yihaijun:sfip-app-archetype:1.0.6.160'

Gradle Kotlin DSL: Add the following com.github.yihaijun : sfip-app-archetype gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.yihaijun:sfip-app-archetype:1.0.6.160")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.yihaijun : sfip-app-archetype sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.yihaijun" % "sfip-app-archetype" % "1.0.6.160"