MVN

com.github.penfeizhou : jsc4a

Maven & Gradle

Mar 09, 2022
3 usages

d318330a23ff8d0b8fb14ee84580374b58735902

<dependency>
    <groupId>com.github.penfeizhou</groupId>
    <artifactId>jsc4a</artifactId>
    <version>0.3.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.penfeizhou : jsc4a to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.6

All Versions

Choose a version of com.github.penfeizhou : jsc4a to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
jsc4a-0.3.6
jsc4a-0.3.5
jsc4a-0.3.3
jsc4a-0.3.2
jsc4a-0.3.1
jsc4a-0.3.0
0.2.x
jsc4a-0.2.5
jsc4a-0.2.4
jsc4a-0.2.3
jsc4a-0.2.2
jsc4a-0.2.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.penfeizhou</groupId>
    <artifactId>jsc4a</artifactId>
    <version>0.3.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.penfeizhou : jsc4a gradle dependency to your build.gradle file:

implementation 'com.github.penfeizhou:jsc4a:0.3.6'

Gradle Kotlin DSL: Add the following com.github.penfeizhou : jsc4a gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.penfeizhou:jsc4a:0.3.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.penfeizhou : jsc4a sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.penfeizhou" % "jsc4a" % "0.3.6"