GroupId | GroupIdorg.objectweb.joram |
---|---|
ArtifactId | ArtifactIdjcup |
Last Version | Last Version5.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbundle for JCup: CUP PARSER GENERATOR
JORAM incorporates a 100% pure Java implementation of JMS (Java Message Service API
released by Sun Microsystem, Inc.). It provides access to a really distributed MOM
(Message Oriented Middleware), built on top of the ScalAgent agents based platform.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jcup-5.3.1.pom | |
jcup-5.3.1.jar | 84 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.joram/jcup/ -->
<dependency>
<groupId>org.objectweb.joram</groupId>
<artifactId>jcup</artifactId>
<version>5.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.joram/jcup/
implementation 'org.objectweb.joram:jcup:5.3.1'
// https://jarcasting.com/artifacts/org.objectweb.joram/jcup/
implementation ("org.objectweb.joram:jcup:5.3.1")
'org.objectweb.joram:jcup:jar:5.3.1'
<dependency org="org.objectweb.joram" name="jcup" rev="5.3.1">
<artifact name="jcup" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.joram', module='jcup', version='5.3.1')
)
libraryDependencies += "org.objectweb.joram" % "jcup" % "5.3.1"
[org.objectweb.joram/jcup "5.3.1"]