Files download
File Operation
jgridshift-1.3.pom download
Apache Maven
<dependency>
  <groupId>io.oss84.jgridshift</groupId>
  <artifactId>jgridshift</artifactId>
  <version>1.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.oss84.jgridshift:jgridshift:1.3'
Gradle Kotlin
implementation("io.oss84.jgridshift:jgridshift:1.3")
Scala SBT
libraryDependencies += "io.oss84.jgridshift" % "jgridshift" % "1.3"
Groovy Grape
@Grapes(
  @Grab(group='io.oss84.jgridshift', module='jgridshift', version='1.3')
)
Apache Ivy
<dependency org="io.oss84.jgridshift" name="jgridshift" rev="1.3" />
Leiningen
[io.oss84.jgridshift/jgridshift "1.3"]
Apache Buildr
'io.oss84.jgridshift:jgridshift:jar:1.3'
Dependencies
The project has no third-party dependencies