MVN

com.insistingon.binlogportal : binlogportal

Maven & Gradle

May 16, 2023
1 usages
119 stars

binlogportal · A simple mysql binlog sync tool

<dependency>
    <groupId>com.insistingon.binlogportal</groupId>
    <artifactId>binlogportal</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.insistingon.binlogportal : binlogportal to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of com.insistingon.binlogportal : binlogportal to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
binlogportal-1.1.0
1.0.x
binlogportal-1.0.13
binlogportal-1.0.12
binlogportal-1.0.11
binlogportal-1.0.10
binlogportal-1.0.9
binlogportal-1.0.8
binlogportal-1.0.7
binlogportal-1.0.6
binlogportal-1.0.5
binlogportal-1.0.4
binlogportal-1.0.3
binlogportal-1.0.2
binlogportal-1.0.1
binlogportal-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.insistingon.binlogportal</groupId>
    <artifactId>binlogportal</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.insistingon.binlogportal : binlogportal gradle dependency to your build.gradle file:

implementation 'com.insistingon.binlogportal:binlogportal:1.1.0'

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

implementation("com.insistingon.binlogportal:binlogportal:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.insistingon.binlogportal : binlogportal sbt scala dependency to your build.sbt file:

libraryDependencies += "com.insistingon.binlogportal" % "binlogportal" % "1.1.0"

Advertisement