MVN

com.jasonwjones.griddly : griddly

Maven & Gradle

Oct 23, 2014
1 stars

Griddly · Griddly is a simple and flexible generic Grid library for Java. It is a true Java generic class and can use any object as its base type. Originally part of Saxbi Server as the Stellaris Grids module, it has been spun off to a standalone library.

<dependency>
    <groupId>com.jasonwjones.griddly</groupId>
    <artifactId>griddly</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jasonwjones.griddly : griddly to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of com.jasonwjones.griddly : griddly to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
griddly-1.0.4

How to add a dependency to Maven

Add the following com.jasonwjones.griddly : griddly maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jasonwjones.griddly</groupId>
    <artifactId>griddly</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jasonwjones.griddly : griddly gradle dependency to your build.gradle file:

implementation 'com.jasonwjones.griddly:griddly:1.0.4'

Gradle Kotlin DSL: Add the following com.jasonwjones.griddly : griddly gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jasonwjones.griddly:griddly:1.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jasonwjones.griddly : griddly sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jasonwjones.griddly" % "griddly" % "1.0.4"