| License |
License |
|---|---|
| GroupId | GroupIdasia.stampy |
| ArtifactId | ArtifactIdstampy-core |
| Last Version | Last Version1.0-RELEASE |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionStampy Core
Java implementation of the STOMP 1.2 specification
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| stampy-core-1.0-RELEASE.pom | |
| stampy-core-1.0-RELEASE.jar | 49 KB |
| stampy-core-1.0-RELEASE-sources.jar | 60 KB |
| stampy-core-1.0-RELEASE-javadoc.jar | 248 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/asia.stampy/stampy-core/ -->
<dependency>
<groupId>asia.stampy</groupId>
<artifactId>stampy-core</artifactId>
<version>1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/asia.stampy/stampy-core/
implementation 'asia.stampy:stampy-core:1.0-RELEASE'
// https://jarcasting.com/artifacts/asia.stampy/stampy-core/
implementation ("asia.stampy:stampy-core:1.0-RELEASE")
'asia.stampy:stampy-core:jar:1.0-RELEASE'
<dependency org="asia.stampy" name="stampy-core" rev="1.0-RELEASE">
<artifact name="stampy-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='asia.stampy', module='stampy-core', version='1.0-RELEASE')
)
libraryDependencies += "asia.stampy" % "stampy-core" % "1.0-RELEASE"
[asia.stampy/stampy-core "1.0-RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.2 |
| commons-lang : commons-lang | jar | 2.6 |
| commons-codec : commons-codec | jar | 1.7 |