MVN

pro.fessional : meepo

Maven & Gradle

Jan 06, 2021
2 stars

meepo hero template · meepo, first, is a dota2 hero, and then a template engine that using the single/multi-comment of target file's syntax as directive in order to keep the template and the target file in the same syntax highlight, preview and IDE editing features.

<dependency>
    <groupId>pro.fessional</groupId>
    <artifactId>meepo</artifactId>
    <version>1.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of pro.fessional : meepo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.0

All Versions

Choose a version of pro.fessional : meepo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
meepo-1.4.0
1.0.x
meepo-1.0.0

How to add a dependency to Maven

Add the following pro.fessional : meepo maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>pro.fessional</groupId>
    <artifactId>meepo</artifactId>
    <version>1.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following pro.fessional : meepo gradle dependency to your build.gradle file:

implementation 'pro.fessional:meepo:1.4.0'

Gradle Kotlin DSL: Add the following pro.fessional : meepo gradle kotlin dependency to your build.gradle.kts file:

implementation("pro.fessional:meepo:1.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following pro.fessional : meepo sbt scala dependency to your build.sbt file:

libraryDependencies += "pro.fessional" % "meepo" % "1.4.0"

Advertisement