MVN

com.bytedance.tools.codelocator : codelocator-core

Maven & Gradle

Jul 06, 2023
7 usages
1.6k stars

com.bytedance.tools.codelocator · CodeLocator

<dependency>
    <groupId>com.bytedance.tools.codelocator</groupId>
    <artifactId>codelocator-core</artifactId>
    <version>2.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bytedance.tools.codelocator : codelocator-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.3

All Versions

Choose a version of com.bytedance.tools.codelocator : codelocator-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
codelocator-core-2.0.3
codelocator-core-2.0.2
codelocator-core-2.0.1
codelocator-core-2.0.0
1.9.x
codelocator-core-1.9.9
1.0.x
codelocator-core-1.0.0-support
codelocator-core-1.0.0

How to add a dependency to Maven

Add the following com.bytedance.tools.codelocator : codelocator-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.bytedance.tools.codelocator</groupId>
    <artifactId>codelocator-core</artifactId>
    <version>2.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.bytedance.tools.codelocator : codelocator-core gradle dependency to your build.gradle file:

implementation 'com.bytedance.tools.codelocator:codelocator-core:2.0.3'

Gradle Kotlin DSL: Add the following com.bytedance.tools.codelocator : codelocator-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.bytedance.tools.codelocator:codelocator-core:2.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.bytedance.tools.codelocator : codelocator-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.bytedance.tools.codelocator" % "codelocator-core" % "2.0.3"

Advertisement