MVN

com.joom.grip : grip

Maven & Gradle

Aug 16, 2022
9 stars

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

<dependency>
    <groupId>com.joom.grip</groupId>
    <artifactId>grip</artifactId>
    <version>0.9.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.joom.grip : grip to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.1

All Versions

Choose a version of com.joom.grip : grip to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
grip-0.9.1
grip-0.9.0
0.8.x
grip-0.8.3
grip-0.8.2
grip-0.8.1
grip-0.8.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.joom.grip</groupId>
    <artifactId>grip</artifactId>
    <version>0.9.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.joom.grip : grip gradle dependency to your build.gradle file:

implementation 'com.joom.grip:grip:0.9.1'

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

implementation("com.joom.grip:grip:0.9.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.joom.grip : grip sbt scala dependency to your build.sbt file:

libraryDependencies += "com.joom.grip" % "grip" % "0.9.1"

Advertisement

Dependencies from Group

Aug 16, 2022
9 stars

Discover Dependencies

Feb 22, 2022
2 usages
0 stars
Feb 22, 2022
1 usages
0 stars
Aug 13, 2022
1.6k stars
Aug 13, 2022
1.6k stars
Aug 13, 2022
1.6k stars
Nov 20, 2021
1 usages
0 stars
Nov 20, 2021
0 stars
Jun 25, 2023
73 stars