MVN

io.github.penggle : codeforce-common-core

Maven & Gradle

Jun 12, 2022

codeforce-common-core · 公共核心部分(包括公共工具类、数据模型、辅助类)

<dependency>
    <groupId>io.github.penggle</groupId>
    <artifactId>codeforce-common-core</artifactId>
    <version>2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.penggle : codeforce-common-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5

All Versions

Choose a version of io.github.penggle : codeforce-common-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5
codeforce-common-core-2.5
2.4
codeforce-common-core-2.4

How to add a dependency to Maven

Add the following io.github.penggle : codeforce-common-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.penggle</groupId>
    <artifactId>codeforce-common-core</artifactId>
    <version>2.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.penggle : codeforce-common-core gradle dependency to your build.gradle file:

implementation 'io.github.penggle:codeforce-common-core:2.5'

Gradle Kotlin DSL: Add the following io.github.penggle : codeforce-common-core gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.penggle:codeforce-common-core:2.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.penggle : codeforce-common-core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.penggle" % "codeforce-common-core" % "2.5"