is not current version
Last Version 0.8.8

org.asmatron:messengine 0.4.0

Simple Messaging engine for internal java communication

Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

org.asmatron
ArtifactId

ArtifactId

messengine
Version

Version

0.4.0
Type

Type

jar

Download messengine 0.4.0


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