Categories |
CategoriesJakarta Server Pages Jakarta EE The Web Tier |
---|---|
GroupId | GroupIdorg.jspare.vertx |
ArtifactId | ArtifactIdvertx-jspare |
Version | Version1.1.0-M04 |
Type | Typejar |
Filename | Size |
---|---|
vertx-jspare-1.1.0-M04.pom | |
vertx-jspare-1.1.0-M04.jar | 48 KB |
vertx-jspare-1.1.0-M04-sources.jar | 41 KB |
vertx-jspare-1.1.0-M04-javadoc.jar | 229 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jspare.vertx/vertx-jspare/ -->
<dependency>
<groupId>org.jspare.vertx</groupId>
<artifactId>vertx-jspare</artifactId>
<version>1.1.0-M04</version>
</dependency>
// https://jarcasting.com/artifacts/org.jspare.vertx/vertx-jspare/
implementation 'org.jspare.vertx:vertx-jspare:1.1.0-M04'
// https://jarcasting.com/artifacts/org.jspare.vertx/vertx-jspare/
implementation ("org.jspare.vertx:vertx-jspare:1.1.0-M04")
'org.jspare.vertx:vertx-jspare:jar:1.1.0-M04'
<dependency org="org.jspare.vertx" name="vertx-jspare" rev="1.1.0-M04">
<artifact name="vertx-jspare" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jspare.vertx', module='vertx-jspare', version='1.1.0-M04')
)
libraryDependencies += "org.jspare.vertx" % "vertx-jspare" % "1.1.0-M04"
[org.jspare.vertx/vertx-jspare "1.1.0-M04"]