MVN

com.gitee.Jmysy : binlog4j-core

Maven & Gradle

Aug 23, 2023

binlog4j-core · binlog4j-core

<dependency>
    <groupId>com.gitee.Jmysy</groupId>
    <artifactId>binlog4j-core</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitee.Jmysy : binlog4j-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0

All Versions

Choose a version of com.gitee.Jmysy : binlog4j-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
binlog4j-core-1.2.0
1.1.x
binlog4j-core-1.1.1
binlog4j-core-1.1.0
1.0.x
binlog4j-core-1.0.0
0.1.x
binlog4j-core-0.1.5
binlog4j-core-0.1.4
binlog4j-core-0.1.3
binlog4j-core-0.1.2
binlog4j-core-0.1.1
binlog4j-core-0.1.0
0.0.x
binlog4j-core-0.0.3
binlog4j-core-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.gitee.Jmysy</groupId>
    <artifactId>binlog4j-core</artifactId>
    <version>1.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gitee.Jmysy : binlog4j-core gradle dependency to your build.gradle file:

implementation 'com.gitee.Jmysy:binlog4j-core:1.2.0'

Gradle Kotlin DSL: Add the following com.gitee.Jmysy : binlog4j-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gitee.Jmysy:binlog4j-core:1.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gitee.Jmysy : binlog4j-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gitee.Jmysy" % "binlog4j-core" % "1.2.0"