MVN

eu.reverseengineer : polymath-java

Maven & Gradle

Dec 21, 2023
1 stars

Polymath Java · Polymath bindings for java

<dependency>
    <groupId>eu.reverseengineer</groupId>
    <artifactId>polymath-java</artifactId>
    <version>0.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.reverseengineer : polymath-java to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.2
  • Latest Alpha: 0.1.1-alpha.3

All Versions

Choose a version of eu.reverseengineer : polymath-java to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
polymath-java-0.1.2
polymath-java-0.1.1
polymath-java-0.1.1-alpha.3

How to add a dependency to Maven

Add the following eu.reverseengineer : polymath-java maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.reverseengineer</groupId>
    <artifactId>polymath-java</artifactId>
    <version>0.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.reverseengineer : polymath-java gradle dependency to your build.gradle file:

implementation 'eu.reverseengineer:polymath-java:0.1.2'

Gradle Kotlin DSL: Add the following eu.reverseengineer : polymath-java gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.reverseengineer:polymath-java:0.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.reverseengineer : polymath-java sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.reverseengineer" % "polymath-java" % "0.1.2"