MVN

com.drakeet.about : about

Maven & Gradle

Aug 25, 2022
442 stars

about-page · A nice and easy about page library.

<dependency>
    <groupId>com.drakeet.about</groupId>
    <artifactId>about</artifactId>
    <version>2.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.drakeet.about : about to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.2

All Versions

Choose a version of com.drakeet.about : about to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
about-2.5.2
about-2.5.1
about-2.5.0
2.4.x
about-2.4.1
about-2.4.0
2.3.x
about-2.3.1
about-2.3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.drakeet.about</groupId>
    <artifactId>about</artifactId>
    <version>2.5.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.drakeet.about : about gradle dependency to your build.gradle file:

implementation 'com.drakeet.about:about:2.5.2'

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

implementation("com.drakeet.about:about:2.5.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.drakeet.about : about sbt scala dependency to your build.sbt file:

libraryDependencies += "com.drakeet.about" % "about" % "2.5.2"