MVN

me.mindwind : craft-atom-protocol

Maven & Gradle

Jun 13, 2014
364 stars

craft-atom-protocol

<dependency>
    <groupId>me.mindwind</groupId>
    <artifactId>craft-atom-protocol</artifactId>
    <version>2.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.mindwind : craft-atom-protocol to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.1

All Versions

Choose a version of me.mindwind : craft-atom-protocol to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
craft-atom-protocol-2.1.1
craft-atom-protocol-2.1.0
2.0.x
craft-atom-protocol-2.0.4
craft-atom-protocol-2.0.3
craft-atom-protocol-2.0.2
craft-atom-protocol-2.0.1

How to add a dependency to Maven

Add the following me.mindwind : craft-atom-protocol maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.mindwind</groupId>
    <artifactId>craft-atom-protocol</artifactId>
    <version>2.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.mindwind : craft-atom-protocol gradle dependency to your build.gradle file:

implementation 'me.mindwind:craft-atom-protocol:2.1.1'

Gradle Kotlin DSL: Add the following me.mindwind : craft-atom-protocol gradle kotlin dependency to your build.gradle.kts file:

implementation("me.mindwind:craft-atom-protocol:2.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.mindwind : craft-atom-protocol sbt scala dependency to your build.sbt file:

libraryDependencies += "me.mindwind" % "craft-atom-protocol" % "2.1.1"

Advertisement