MVN

io.github.xinyuan4android : watermark

Maven & Gradle

Aug 11, 2022
2 stars

Watermark · A simple android watermark library.

<dependency>
    <groupId>io.github.xinyuan4android</groupId>
    <artifactId>watermark</artifactId>
    <version>S.0.0.2-beta</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: S.0.0.2-beta
  • Latest Beta: S.0.0.2-beta

All Versions

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

Version Vulnerabilities Updated
1.0.x
watermark-1.0.0-beta
S.0.x
watermark-S.0.0.2-beta
0.0.x
watermark-0.0.2-beta

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.xinyuan4android</groupId>
    <artifactId>watermark</artifactId>
    <version>S.0.0.2-beta</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.xinyuan4android:watermark:S.0.0.2-beta'

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

implementation("io.github.xinyuan4android:watermark:S.0.0.2-beta")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.xinyuan4android" % "watermark" % "S.0.0.2-beta"

Advertisement