MVN

me.alexisevelyn : randomtechapi

Maven & Gradle

Sep 18, 2020
1 stars

API · The API designed for RandomTech, just released separately for other mod developers to use.

<dependency>
    <groupId>me.alexisevelyn</groupId>
    <artifactId>randomtechapi</artifactId>
    <version>0.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.alexisevelyn : randomtechapi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.7

All Versions

Choose a version of me.alexisevelyn : randomtechapi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
randomtechapi-0.0.7
randomtechapi-0.0.6
randomtechapi-0.0.5.6.3
randomtechapi-0.0.5.6.2
randomtechapi-0.0.5.6.1
randomtechapi-0.0.5.6
randomtechapi-0.0.5.5
randomtechapi-0.0.5.4
randomtechapi-0.0.5.3
randomtechapi-0.0.5.2

How to add a dependency to Maven

Add the following me.alexisevelyn : randomtechapi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.alexisevelyn</groupId>
    <artifactId>randomtechapi</artifactId>
    <version>0.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.alexisevelyn : randomtechapi gradle dependency to your build.gradle file:

implementation 'me.alexisevelyn:randomtechapi:0.0.7'

Gradle Kotlin DSL: Add the following me.alexisevelyn : randomtechapi gradle kotlin dependency to your build.gradle.kts file:

implementation("me.alexisevelyn:randomtechapi:0.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.alexisevelyn : randomtechapi sbt scala dependency to your build.sbt file:

libraryDependencies += "me.alexisevelyn" % "randomtechapi" % "0.0.7"