MVN

io.overcoded : grid-annotation

Maven & Gradle

Jun 02, 2023

grid-annotation · An annotation library to help generate views, dialogs, and grids.

<dependency>
    <groupId>io.overcoded</groupId>
    <artifactId>grid-annotation</artifactId>
    <version>1.3.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.overcoded : grid-annotation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.8

All Versions

Choose a version of io.overcoded : grid-annotation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
grid-annotation-1.3.8
grid-annotation-1.3.7
grid-annotation-1.3.6
grid-annotation-1.3.5
grid-annotation-1.3.4
grid-annotation-1.3.3
grid-annotation-1.3.2
grid-annotation-1.3.1
grid-annotation-1.3.0
1.2.x
grid-annotation-1.2.1
grid-annotation-1.2.0
1.1.x
grid-annotation-1.1.2
grid-annotation-1.1.1
grid-annotation-1.1.0
1.0.x
grid-annotation-1.0.0

How to add a dependency to Maven

Add the following io.overcoded : grid-annotation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.overcoded</groupId>
    <artifactId>grid-annotation</artifactId>
    <version>1.3.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.overcoded : grid-annotation gradle dependency to your build.gradle file:

implementation 'io.overcoded:grid-annotation:1.3.8'

Gradle Kotlin DSL: Add the following io.overcoded : grid-annotation gradle kotlin dependency to your build.gradle.kts file:

implementation("io.overcoded:grid-annotation:1.3.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.overcoded : grid-annotation sbt scala dependency to your build.sbt file:

libraryDependencies += "io.overcoded" % "grid-annotation" % "1.3.8"