MVN

com.geeoz.atom : atom-web

Maven & Gradle

Apr 18, 2015
4 usages

Atom - Web · Web application that provide interfaces for dynamic module integration.

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

Latest Version

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

  • Latest Stable: 1.0.0

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement