MVN

im.dadoo : gale

Maven & Gradle

Oct 20, 2015
1 stars

gale · The high performance RPC framework based on Netty and HTTP

<dependency>
    <groupId>im.dadoo</groupId>
    <artifactId>gale</artifactId>
    <version>0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of im.dadoo : gale to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5

All Versions

Choose a version of im.dadoo : gale to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5
gale-0.5
0.3
gale-0.3
0.1
gale-0.1

How to add a dependency to Maven

Add the following im.dadoo : gale maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>im.dadoo</groupId>
    <artifactId>gale</artifactId>
    <version>0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following im.dadoo : gale gradle dependency to your build.gradle file:

implementation 'im.dadoo:gale:0.5'

Gradle Kotlin DSL: Add the following im.dadoo : gale gradle kotlin dependency to your build.gradle.kts file:

implementation("im.dadoo:gale:0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following im.dadoo : gale sbt scala dependency to your build.sbt file:

libraryDependencies += "im.dadoo" % "gale" % "0.5"

Advertisement