GroupId | GroupIdcom.noenv |
---|---|
ArtifactId | ArtifactIdvertx-cronutils |
Version | Version4.1.0.CR1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.noenv/vertx-cronutils/ -->
<dependency>
<groupId>com.noenv</groupId>
<artifactId>vertx-cronutils</artifactId>
<version>4.1.0.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/com.noenv/vertx-cronutils/
implementation 'com.noenv:vertx-cronutils:4.1.0.CR1'
// https://jarcasting.com/artifacts/com.noenv/vertx-cronutils/
implementation ("com.noenv:vertx-cronutils:4.1.0.CR1")
'com.noenv:vertx-cronutils:jar:4.1.0.CR1'
<dependency org="com.noenv" name="vertx-cronutils" rev="4.1.0.CR1">
<artifact name="vertx-cronutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.noenv', module='vertx-cronutils', version='4.1.0.CR1')
)
libraryDependencies += "com.noenv" % "vertx-cronutils" % "4.1.0.CR1"
[com.noenv/vertx-cronutils "4.1.0.CR1"]