MVN

io.github.quyetmvhust : watermark-engine

Maven & Gradle

Oct 29, 2021
0 stars

Watermark Library · This is a library for generation watermark file publishing to Maven Central

<dependency>
    <groupId>io.github.quyetmvhust</groupId>
    <artifactId>watermark-engine</artifactId>
    <version>4.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.quyetmvhust : watermark-engine to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.6

All Versions

Choose a version of io.github.quyetmvhust : watermark-engine to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
watermark-engine-4.0.6
watermark-engine-4.0.5
watermark-engine-4.0.4
watermark-engine-4.0.3
watermark-engine-4.0.2
watermark-engine-4.0.1
3.1.x
watermark-engine-3.1.4
2.0.x
watermark-engine-2.0.1
1.1.x
watermark-engine-1.1.0
1.0.x
watermark-engine-1.0.0

How to add a dependency to Maven

Add the following io.github.quyetmvhust : watermark-engine maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.quyetmvhust</groupId>
    <artifactId>watermark-engine</artifactId>
    <version>4.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.quyetmvhust : watermark-engine gradle dependency to your build.gradle file:

implementation 'io.github.quyetmvhust:watermark-engine:4.0.6'

Gradle Kotlin DSL: Add the following io.github.quyetmvhust : watermark-engine gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.quyetmvhust:watermark-engine:4.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.quyetmvhust : watermark-engine sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.quyetmvhust" % "watermark-engine" % "4.0.6"

Advertisement