MVN

com.geeoz.atom : atom-showcase

Maven & Gradle

Apr 18, 2015

Atom - Apps - Showcase · Atom Showcase application for testing and demo needs.

<dependency>
    <groupId>com.geeoz.atom</groupId>
    <artifactId>atom-showcase</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.geeoz.atom : atom-showcase to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.geeoz.atom : atom-showcase to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
atom-showcase-1.0.0
1.0d32
atom-showcase-1.0d32
1.0d31
atom-showcase-1.0d31
1.0d30
atom-showcase-1.0d30
1.0d29
atom-showcase-1.0d29
1.0d28
atom-showcase-1.0d28
1.0d27
atom-showcase-1.0d27
1.0d26
atom-showcase-1.0d26
1.0d25
atom-showcase-1.0d25
1.0d24
atom-showcase-1.0d24
1.0d23
atom-showcase-1.0d23
1.0d22
atom-showcase-1.0d22
1.0d21
atom-showcase-1.0d21
1.0d20
atom-showcase-1.0d20
1.0d19
atom-showcase-1.0d19
1.0d18
atom-showcase-1.0d18
1.0d17
atom-showcase-1.0d17
1.0d16
atom-showcase-1.0d16
1.0d15
atom-showcase-1.0d15
1.0d13
atom-showcase-1.0d13
1.0d12
atom-showcase-1.0d12
1.0d11
atom-showcase-1.0d11
1.0d10
atom-showcase-1.0d10

How to add a dependency to Maven

Add the following com.geeoz.atom : atom-showcase maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.geeoz.atom</groupId>
    <artifactId>atom-showcase</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.geeoz.atom : atom-showcase gradle dependency to your build.gradle file:

implementation 'com.geeoz.atom:atom-showcase:1.0.0'

Gradle Kotlin DSL: Add the following com.geeoz.atom : atom-showcase gradle kotlin dependency to your build.gradle.kts file:

implementation("com.geeoz.atom:atom-showcase:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.geeoz.atom : atom-showcase sbt scala dependency to your build.sbt file:

libraryDependencies += "com.geeoz.atom" % "atom-showcase" % "1.0.0"

Advertisement