MVN

com.github.auties00 : link-preview

Maven & Gradle

Feb 03, 2023
4 stars

Link Preview · Generate a preview for a link or for a text containing links

<dependency>
    <groupId>com.github.auties00</groupId>
    <artifactId>link-preview</artifactId>
    <version>2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.auties00 : link-preview to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1

All Versions

Choose a version of com.github.auties00 : link-preview to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1
link-preview-2.1
2.0
link-preview-2.0
1.8
link-preview-1.8
1.7
link-preview-1.7
1.6
link-preview-1.6
1.5
link-preview-1.5
1.4
link-preview-1.4
1.3
link-preview-1.3

How to add a dependency to Maven

Add the following com.github.auties00 : link-preview maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.auties00</groupId>
    <artifactId>link-preview</artifactId>
    <version>2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.auties00 : link-preview gradle dependency to your build.gradle file:

implementation 'com.github.auties00:link-preview:2.1'

Gradle Kotlin DSL: Add the following com.github.auties00 : link-preview gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.auties00:link-preview:2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.auties00 : link-preview sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.auties00" % "link-preview" % "2.1"