Stampy All

Java implementation of the STOMP 1.2 specification

License

License

GroupId

GroupId

asia.stampy
ArtifactId

ArtifactId

stampy-all
Last Version

Last Version

1.0-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

Stampy All
Java implementation of the STOMP 1.2 specification
Source Code Management

Source Code Management

https://github.com/mrstampy/Stampy.git

Download stampy-all

How to add to project

<!-- https://jarcasting.com/artifacts/asia.stampy/stampy-all/ -->
<dependency>
    <groupId>asia.stampy</groupId>
    <artifactId>stampy-all</artifactId>
    <version>1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/asia.stampy/stampy-all/
implementation 'asia.stampy:stampy-all:1.0-RELEASE'
// https://jarcasting.com/artifacts/asia.stampy/stampy-all/
implementation ("asia.stampy:stampy-all:1.0-RELEASE")
'asia.stampy:stampy-all:jar:1.0-RELEASE'
<dependency org="asia.stampy" name="stampy-all" rev="1.0-RELEASE">
  <artifact name="stampy-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='asia.stampy', module='stampy-all', version='1.0-RELEASE')
)
libraryDependencies += "asia.stampy" % "stampy-all" % "1.0-RELEASE"
[asia.stampy/stampy-all "1.0-RELEASE"]

Dependencies

compile (7)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.2
org.slf4j : slf4j-log4j12 jar 1.7.2
log4j : log4j jar 1.2.17
commons-lang : commons-lang jar 2.6
commons-codec : commons-codec jar 1.7
io.netty : netty jar 3.6.2.Final
org.apache.mina : mina-core jar 2.0.7

Project Modules

There are no modules declared in this project.

Versions

Version
1.0-RELEASE