MVN

com.javax0.geci : javageci-examples

Maven & Gradle

Nov 25, 2021
121 stars

javageci examples · Javageci macro library examples

<dependency>
    <groupId>com.javax0.geci</groupId>
    <artifactId>javageci-examples</artifactId>
    <version>1.6.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.javax0.geci : javageci-examples to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.5

All Versions

Choose a version of com.javax0.geci : javageci-examples to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
javageci-examples-1.6.5
javageci-examples-1.6.4
javageci-examples-1.6.3
javageci-examples-1.6.2.1
javageci-examples-1.6.2
javageci-examples-1.6.1
javageci-examples-1.6.0

How to add a dependency to Maven

Add the following com.javax0.geci : javageci-examples maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.javax0.geci</groupId>
    <artifactId>javageci-examples</artifactId>
    <version>1.6.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.javax0.geci : javageci-examples gradle dependency to your build.gradle file:

implementation 'com.javax0.geci:javageci-examples:1.6.5'

Gradle Kotlin DSL: Add the following com.javax0.geci : javageci-examples gradle kotlin dependency to your build.gradle.kts file:

implementation("com.javax0.geci:javageci-examples:1.6.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.javax0.geci : javageci-examples sbt scala dependency to your build.sbt file:

libraryDependencies += "com.javax0.geci" % "javageci-examples" % "1.6.5"

Advertisement