MVN

com.github.congyh : java-snippets

Maven & Gradle

Dec 03, 2016

Java Snippets · Utils for solving common problems in java.

<dependency>
    <groupId>com.github.congyh</groupId>
    <artifactId>java-snippets</artifactId>
    <version>0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.congyh : java-snippets to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of com.github.congyh : java-snippets to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
java-snippets-0.0.1

How to add a dependency to Maven

Add the following com.github.congyh : java-snippets maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.congyh</groupId>
    <artifactId>java-snippets</artifactId>
    <version>0.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.congyh : java-snippets gradle dependency to your build.gradle file:

implementation 'com.github.congyh:java-snippets:0.0.1'

Gradle Kotlin DSL: Add the following com.github.congyh : java-snippets gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.congyh:java-snippets:0.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.congyh : java-snippets sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.congyh" % "java-snippets" % "0.0.1"

Advertisement

Dependencies from Group

Discover Dependencies

Apr 19, 2018
13 usages
2.5k stars
Jan 05, 2023
986 stars
Jul 15, 2019
3 usages
Aug 25, 2023
29 usages
3.9k stars
Aug 25, 2023
26 usages
3.9k stars
Aug 25, 2023
26 usages
3.9k stars
Aug 01, 2023
1 usages
1k stars
Dec 26, 2022
12 usages
708 stars
Dec 26, 2022
1 usages
708 stars