MVN

com.dexmatech.styx : grizzly-adapter

Maven & Gradle

Jun 01, 2017
5 stars
<dependency>
    <groupId>com.dexmatech.styx</groupId>
    <artifactId>grizzly-adapter</artifactId>
    <version>1.0.22</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.dexmatech.styx : grizzly-adapter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.22

All Versions

Choose a version of com.dexmatech.styx : grizzly-adapter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
grizzly-adapter-1.0.22
grizzly-adapter-1.0.21
grizzly-adapter-1.0.20
grizzly-adapter-1.0.19
grizzly-adapter-1.0.17
grizzly-adapter-1.0.12
grizzly-adapter-1.0.11
grizzly-adapter-1.0.10
grizzly-adapter-1.0.9
grizzly-adapter-1.0.8
grizzly-adapter-1.0.6
grizzly-adapter-1.0.4
grizzly-adapter-1.0.0

How to add a dependency to Maven

Add the following com.dexmatech.styx : grizzly-adapter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.dexmatech.styx</groupId>
    <artifactId>grizzly-adapter</artifactId>
    <version>1.0.22</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.dexmatech.styx : grizzly-adapter gradle dependency to your build.gradle file:

implementation 'com.dexmatech.styx:grizzly-adapter:1.0.22'

Gradle Kotlin DSL: Add the following com.dexmatech.styx : grizzly-adapter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.dexmatech.styx:grizzly-adapter:1.0.22")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.dexmatech.styx : grizzly-adapter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.dexmatech.styx" % "grizzly-adapter" % "1.0.22"

Advertisement