MVN

net.sf.corn : corn-gate

Maven & Gradle

May 30, 2014

Corn Gate · Gate is a soa framework for java that suggest a service component model. It comes with annotations, build-in registry, call delegators and remoting protocols and component binding methods.

<dependency>
    <groupId>net.sf.corn</groupId>
    <artifactId>corn-gate</artifactId>
    <version>1.1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.corn : corn-gate to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.9

All Versions

Choose a version of net.sf.corn : corn-gate to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
corn-gate-1.1.9
corn-gate-1.1.8
corn-gate-1.1.7
corn-gate-1.1.6
corn-gate-1.1.5
corn-gate-1.1.4
corn-gate-1.1.3
corn-gate-1.1.2
corn-gate-1.1.1
corn-gate-1.1.0
1.0.x
corn-gate-1.0.22
corn-gate-1.0.21
corn-gate-1.0.20
corn-gate-1.0.19
corn-gate-1.0.18
corn-gate-1.0.17
corn-gate-1.0.16
corn-gate-1.0.15
corn-gate-1.0.14
corn-gate-1.0.13
corn-gate-1.0.12
corn-gate-1.0.11
corn-gate-1.0.10
corn-gate-1.0.9
corn-gate-1.0.8
corn-gate-1.0.7
corn-gate-1.0.6
corn-gate-1.0.5
corn-gate-1.0.4
corn-gate-1.0.3
corn-gate-1.0.2
corn-gate-1.0.1
corn-gate-1.0.0

How to add a dependency to Maven

Add the following net.sf.corn : corn-gate maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.corn</groupId>
    <artifactId>corn-gate</artifactId>
    <version>1.1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.corn : corn-gate gradle dependency to your build.gradle file:

implementation 'net.sf.corn:corn-gate:1.1.9'

Gradle Kotlin DSL: Add the following net.sf.corn : corn-gate gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.corn:corn-gate:1.1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.corn : corn-gate sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.corn" % "corn-gate" % "1.1.9"

Advertisement