MVN

io.github.fzdwx : sky-infrastructure

Maven & Gradle

Jun 29, 2022
11 stars

sky-infrastructure · sky project infrastructure

<dependency>
    <groupId>io.github.fzdwx</groupId>
    <artifactId>sky-infrastructure</artifactId>
    <version>0.11.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.fzdwx : sky-infrastructure to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.11.3.2

All Versions

Choose a version of io.github.fzdwx : sky-infrastructure to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.11.x
sky-infrastructure-0.11.3.2
sky-infrastructure-0.11.3.1
sky-infrastructure-0.11.3
sky-infrastructure-0.11.2
sky-infrastructure-0.11.1
0.11
sky-infrastructure-0.11
0.10.x
sky-infrastructure-0.10.7
sky-infrastructure-0.10.6
sky-infrastructure-0.10.5
sky-infrastructure-0.10.4
sky-infrastructure-0.10.3
sky-infrastructure-0.10.2
sky-infrastructure-0.10.1
0.10
sky-infrastructure-0.10
0.091
sky-infrastructure-0.091
0.09
sky-infrastructure-0.09
0.08
sky-infrastructure-0.08

How to add a dependency to Maven

Add the following io.github.fzdwx : sky-infrastructure maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.fzdwx</groupId>
    <artifactId>sky-infrastructure</artifactId>
    <version>0.11.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.fzdwx : sky-infrastructure gradle dependency to your build.gradle file:

implementation 'io.github.fzdwx:sky-infrastructure:0.11.3.2'

Gradle Kotlin DSL: Add the following io.github.fzdwx : sky-infrastructure gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.fzdwx:sky-infrastructure:0.11.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.fzdwx : sky-infrastructure sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.fzdwx" % "sky-infrastructure" % "0.11.3.2"

Advertisement