MVN

io.github.gate-org-br : gate

Maven & Gradle

Jun 15, 2023
2 stars

gate · A multipurpose java library

<dependency>
    <groupId>io.github.gate-org-br</groupId>
    <artifactId>gate</artifactId>
    <version>11.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.gate-org-br : gate to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 11.0.5

All Versions

Choose a version of io.github.gate-org-br : gate to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
11.0.x
gate-11.0.5
gate-11.0.3
gate-11.0.2
gate-11.0.1
gate-11.0.0
10.2.x
gate-10.2.3
gate-10.2.2
gate-10.2.1
gate-10.2.0
10.0.x
gate-10.0.3
gate-10.0.0
9.6.x
gate-9.6.0
9.5.x
gate-9.5.0
9.4.x
gate-9.4.3
gate-9.4.2
gate-9.4.1
gate-9.4.0
9.3.x
gate-9.3.0
9.1.x
gate-9.1.0
9.0.x
gate-9.0.0
8.4.x
gate-8.4.0
8.3.x
gate-8.3.0

How to add a dependency to Maven

Add the following io.github.gate-org-br : gate maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.gate-org-br</groupId>
    <artifactId>gate</artifactId>
    <version>11.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.gate-org-br : gate gradle dependency to your build.gradle file:

implementation 'io.github.gate-org-br:gate:11.0.5'

Gradle Kotlin DSL: Add the following io.github.gate-org-br : gate gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.gate-org-br:gate:11.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.gate-org-br : gate sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.gate-org-br" % "gate" % "11.0.5"

Advertisement