License |
License |
---|---|
GroupId | GroupIdcom.github.imrafaelmerino |
ArtifactId | ArtifactIdvertx-actors |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionvertx-actors
vertx-actors is a lightweight library to work with Vertx following a functional style and the Earlang philosophy based on actors.
|
Filename | Size |
---|---|
vertx-actors-0.1.pom | |
vertx-actors-0.1.jar | 24 KB |
vertx-actors-0.1-sources.jar | 13 KB |
vertx-actors-0.1-javadoc.jar | 467 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.imrafaelmerino/vertx-actors/ -->
<dependency>
<groupId>com.github.imrafaelmerino</groupId>
<artifactId>vertx-actors</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.imrafaelmerino/vertx-actors/
implementation 'com.github.imrafaelmerino:vertx-actors:0.1'
// https://jarcasting.com/artifacts/com.github.imrafaelmerino/vertx-actors/
implementation ("com.github.imrafaelmerino:vertx-actors:0.1")
'com.github.imrafaelmerino:vertx-actors:jar:0.1'
<dependency org="com.github.imrafaelmerino" name="vertx-actors" rev="0.1">
<artifact name="vertx-actors" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.imrafaelmerino', module='vertx-actors', version='0.1')
)
libraryDependencies += "com.github.imrafaelmerino" % "vertx-actors" % "0.1"
[com.github.imrafaelmerino/vertx-actors "0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.imrafaelmerino : json-values | jar | 7.0.0 |
io.vertx : vertx-core | jar | 4.0.0-milestone4 |
Group / Artifact | Type | Version |
---|---|---|
io.vertx : vertx-unit | jar | 4.0.0-milestone4 |
io.vertx : vertx-junit5 | jar | 4.0.0-milestone4 |
org.slf4j : slf4j-api | jar | 1.7.29 |
org.slf4j : slf4j-nop | jar | 1.7.29 |