MVN

org.apache.meecrowave : meecrowave-specs-api

Maven & Gradle

Dec 27, 2022
12 usages
53 stars

Meecrowave :: Specs API

<dependency>
    <groupId>org.apache.meecrowave</groupId>
    <artifactId>meecrowave-specs-api</artifactId>
    <version>1.2.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.meecrowave : meecrowave-specs-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.15

All Versions

Choose a version of org.apache.meecrowave : meecrowave-specs-api to add to Maven or Gradle - All Versions:

  • Version Updated
  • meecrowave-specs-api-1.2.15

    Dec 27, 2022
  • meecrowave-specs-api-1.2.14

    Apr 30, 2022
  • meecrowave-specs-api-1.2.13

    Dec 14, 2021
  • meecrowave-specs-api-1.2.12

    Aug 02, 2021
  • meecrowave-specs-api-1.2.11

    Apr 26, 2021
  • meecrowave-specs-api-1.2.10

    Nov 12, 2020
  • meecrowave-specs-api-1.2.9

    Sep 30, 2019
  • meecrowave-specs-api-1.2.8

    May 26, 2019
  • meecrowave-specs-api-1.2.7

    Feb 25, 2019
  • meecrowave-specs-api-1.2.6

    Jan 30, 2019
  • meecrowave-specs-api-1.2.5

    Jan 09, 2019
  • meecrowave-specs-api-1.2.4

    Sep 21, 2018
  • meecrowave-specs-api-1.2.3

    Jul 19, 2018
  • meecrowave-specs-api-1.2.2

    Jul 14, 2018

How to add a dependency to Maven

Add the following org.apache.meecrowave : meecrowave-specs-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.meecrowave</groupId>
    <artifactId>meecrowave-specs-api</artifactId>
    <version>1.2.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.meecrowave : meecrowave-specs-api gradle dependency to your build.gradle file:

implementation 'org.apache.meecrowave:meecrowave-specs-api:1.2.15'

Gradle Kotlin DSL: Add the following org.apache.meecrowave : meecrowave-specs-api gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.meecrowave:meecrowave-specs-api:1.2.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.meecrowave : meecrowave-specs-api sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.meecrowave" % "meecrowave-specs-api" % "1.2.15"