MVN

io.michaelrocks : grip

Maven & Gradle

Jul 15, 2021
18 stars

Grip · SQL-like queries on JVM classes metadata using Kotlin DSL.

<dependency>
    <groupId>io.michaelrocks</groupId>
    <artifactId>grip</artifactId>
    <version>0.7.3-beta</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.michaelrocks : grip to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.3-beta
  • Latest Beta: 0.7.3-beta

All Versions

Choose a version of io.michaelrocks : grip to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
grip-0.7.3-beta
grip-0.7.2-beta
grip-0.7.1-beta

How to add a dependency to Maven

Add the following io.michaelrocks : grip maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.michaelrocks</groupId>
    <artifactId>grip</artifactId>
    <version>0.7.3-beta</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.michaelrocks : grip gradle dependency to your build.gradle file:

implementation 'io.michaelrocks:grip:0.7.3-beta'

Gradle Kotlin DSL: Add the following io.michaelrocks : grip gradle kotlin dependency to your build.gradle.kts file:

implementation("io.michaelrocks:grip:0.7.3-beta")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.michaelrocks : grip sbt scala dependency to your build.sbt file:

libraryDependencies += "io.michaelrocks" % "grip" % "0.7.3-beta"