License |
License |
---|---|
Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdorg.asmatron |
ArtifactId | ArtifactIdmessengine |
Last Version | Last Version0.8.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMessEngine-0.8.8
Simple Messaging engine for internal java communication
|
Project URL |
Project URL |
Filename | Size |
---|---|
messengine-0.8.8.pom | |
messengine-0.8.8.jar | 83 KB |
messengine-0.8.8-sources.jar | 44 KB |
messengine-0.8.8-javadoc.jar | 431 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.asmatron/messengine/ -->
<dependency>
<groupId>org.asmatron</groupId>
<artifactId>messengine</artifactId>
<version>0.8.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.asmatron/messengine/
implementation 'org.asmatron:messengine:0.8.8'
// https://jarcasting.com/artifacts/org.asmatron/messengine/
implementation ("org.asmatron:messengine:0.8.8")
'org.asmatron:messengine:jar:0.8.8'
<dependency org="org.asmatron" name="messengine" rev="0.8.8">
<artifact name="messengine" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.asmatron', module='messengine', version='0.8.8')
)
libraryDependencies += "org.asmatron" % "messengine" % "0.8.8"
[org.asmatron/messengine "0.8.8"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.6 |
org.mockito : mockito-all | jar | 1.8.5 |