MVN

com.hanhuy : sirc

Maven & Gradle

Jul 18, 2018
1 stars

sirc · sirc

<dependency>
    <groupId>com.hanhuy</groupId>
    <artifactId>sirc</artifactId>
    <version>1.1.6-pfn.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hanhuy : sirc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.6-pfn.3

All Versions

Choose a version of com.hanhuy : sirc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
sirc-1.1.6-pfn.3
sirc-1.1.6-pfn.2
sirc-1.1.6-pfn.1
sirc-1.1.6-pfn

How to add a dependency to Maven

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

<dependency>
    <groupId>com.hanhuy</groupId>
    <artifactId>sirc</artifactId>
    <version>1.1.6-pfn.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hanhuy : sirc gradle dependency to your build.gradle file:

implementation 'com.hanhuy:sirc:1.1.6-pfn.3'

Gradle Kotlin DSL: Add the following com.hanhuy : sirc gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hanhuy:sirc:1.1.6-pfn.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hanhuy : sirc sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hanhuy" % "sirc" % "1.1.6-pfn.3"