GroupId | GroupIdio.springlets |
---|---|
ArtifactId | ArtifactIdspringlets-webflow |
Version | Version1.0.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.springlets/springlets-webflow/ -->
<dependency>
<groupId>io.springlets</groupId>
<artifactId>springlets-webflow</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.springlets/springlets-webflow/
implementation 'io.springlets:springlets-webflow:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/io.springlets/springlets-webflow/
implementation ("io.springlets:springlets-webflow:1.0.0.RELEASE")
'io.springlets:springlets-webflow:jar:1.0.0.RELEASE'
<dependency org="io.springlets" name="springlets-webflow" rev="1.0.0.RELEASE">
<artifact name="springlets-webflow" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.springlets', module='springlets-webflow', version='1.0.0.RELEASE')
)
libraryDependencies += "io.springlets" % "springlets-webflow" % "1.0.0.RELEASE"
[io.springlets/springlets-webflow "1.0.0.RELEASE"]