| License |
License |
|---|---|
| Categories |
CategoriesORM Data |
| GroupId | GroupIdorg.vert-x |
| ArtifactId | ArtifactIdvertx-platform |
| Last Version | Last Version1.3.1.final |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionvert.x
vert.x - Effortless asynchronous application development for the modern web and enterprise
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| vertx-platform-1.3.1.final.pom | |
| vertx-platform-1.3.1.final.jar | 60 KB |
| vertx-platform-1.3.1.final-sources.jar | 25 KB |
| vertx-platform-1.3.1.final-javadoc.jar | 77 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.vert-x/vertx-platform/ -->
<dependency>
<groupId>org.vert-x</groupId>
<artifactId>vertx-platform</artifactId>
<version>1.3.1.final</version>
</dependency>
// https://jarcasting.com/artifacts/org.vert-x/vertx-platform/
implementation 'org.vert-x:vertx-platform:1.3.1.final'
// https://jarcasting.com/artifacts/org.vert-x/vertx-platform/
implementation ("org.vert-x:vertx-platform:1.3.1.final")
'org.vert-x:vertx-platform:jar:1.3.1.final'
<dependency org="org.vert-x" name="vertx-platform" rev="1.3.1.final">
<artifact name="vertx-platform" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.vert-x', module='vertx-platform', version='1.3.1.final')
)
libraryDependencies += "org.vert-x" % "vertx-platform" % "1.3.1.final"
[org.vert-x/vertx-platform "1.3.1.final"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.vert-x : vertx-core | jar | 1.3.1.final |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |