MVN

com.techempower : gemini-resin

Maven & Gradle

Aug 21, 2023
1 usages
16 stars

gemini-resin · An extension for Resin-specific functionality with the Gemini web framework.

<dependency>
    <groupId>com.techempower</groupId>
    <artifactId>gemini-resin</artifactId>
    <version>3.3.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.techempower : gemini-resin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.14

All Versions

Choose a version of com.techempower : gemini-resin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
gemini-resin-3.3.14
gemini-resin-3.3.13
gemini-resin-3.3.12
gemini-resin-3.3.11
gemini-resin-3.3.10
gemini-resin-3.3.9
gemini-resin-3.3.8
gemini-resin-3.3.7
gemini-resin-3.3.6
gemini-resin-3.3.5
gemini-resin-3.3.4
gemini-resin-3.3.3
gemini-resin-3.3.2
gemini-resin-3.3.1
gemini-resin-3.3.0
3.2.x
gemini-resin-3.2.0
3.1.x
gemini-resin-3.1.0
3.0.x
gemini-resin-3.0.3
gemini-resin-3.0.2
gemini-resin-3.0.1
gemini-resin-3.0.0
2.25.x
gemini-resin-2.25.2
gemini-resin-2.25.1
gemini-resin-2.25.0
2.24.x
gemini-resin-2.24.1
gemini-resin-2.24.0
2.23.x
gemini-resin-2.23.2
gemini-resin-2.23.1
gemini-resin-2.23.0
2.22.x
gemini-resin-2.22.0
2.21.x
gemini-resin-2.21.1
gemini-resin-2.21.0

How to add a dependency to Maven

Add the following com.techempower : gemini-resin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.techempower</groupId>
    <artifactId>gemini-resin</artifactId>
    <version>3.3.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.techempower : gemini-resin gradle dependency to your build.gradle file:

implementation 'com.techempower:gemini-resin:3.3.14'

Gradle Kotlin DSL: Add the following com.techempower : gemini-resin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.techempower:gemini-resin:3.3.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.techempower : gemini-resin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.techempower" % "gemini-resin" % "3.3.14"