MVN

com.github.pukkaone : jar-invoke

Maven & Gradle

Mar 26, 2019
0 stars

jar-invoke · Elasticsearch plugin to invoke Java code

<dependency>
    <groupId>com.github.pukkaone</groupId>
    <artifactId>jar-invoke</artifactId>
    <version>6.5.4-1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.pukkaone : jar-invoke to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.5.4-1

All Versions

Choose a version of com.github.pukkaone : jar-invoke to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.5.x
jar-invoke-6.5.4-1
jar-invoke-6.5.4-0
6.3.x
jar-invoke-6.3.2-1
jar-invoke-6.3.2-0
jar-invoke-6.3.1-0
jar-invoke-6.3.0-0
6.2.x
jar-invoke-6.2.4-0
jar-invoke-6.2.3-0
jar-invoke-6.2.2-0
jar-invoke-6.2.1-0
6.1.x
jar-invoke-6.1.3-0
jar-invoke-6.1.2-0
jar-invoke-6.1.1-0
2.4.x
jar-invoke-2.4.5-2
jar-invoke-2.4.5-1
jar-invoke-2.4.5-0

How to add a dependency to Maven

Add the following com.github.pukkaone : jar-invoke maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.pukkaone</groupId>
    <artifactId>jar-invoke</artifactId>
    <version>6.5.4-1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.pukkaone : jar-invoke gradle dependency to your build.gradle file:

implementation 'com.github.pukkaone:jar-invoke:6.5.4-1'

Gradle Kotlin DSL: Add the following com.github.pukkaone : jar-invoke gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.pukkaone:jar-invoke:6.5.4-1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.pukkaone : jar-invoke sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.pukkaone" % "jar-invoke" % "6.5.4-1"