is not current version
Last Version 1.1.9

net.sf.corn:corn-gate 1.0.2

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.

Categories

Categories

Net
GroupId

GroupId

net.sf.corn
ArtifactId

ArtifactId

corn-gate
Version

Version

1.0.2
Type

Type

jar

Download corn-gate 1.0.2


<!-- https://jarcasting.com/artifacts/net.sf.corn/corn-gate/ -->
<dependency>
    <groupId>net.sf.corn</groupId>
    <artifactId>corn-gate</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.corn/corn-gate/
implementation 'net.sf.corn:corn-gate:1.0.2'
// https://jarcasting.com/artifacts/net.sf.corn/corn-gate/
implementation ("net.sf.corn:corn-gate:1.0.2")
'net.sf.corn:corn-gate:jar:1.0.2'
<dependency org="net.sf.corn" name="corn-gate" rev="1.0.2">
  <artifact name="corn-gate" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.corn', module='corn-gate', version='1.0.2')
)
libraryDependencies += "net.sf.corn" % "corn-gate" % "1.0.2"
[net.sf.corn/corn-gate "1.0.2"]