Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdio.esastack |
ArtifactId | ArtifactIdrestlight-springmvc-provider |
Version | Version0.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.esastack/restlight-springmvc-provider/ -->
<dependency>
<groupId>io.esastack</groupId>
<artifactId>restlight-springmvc-provider</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.esastack/restlight-springmvc-provider/
implementation 'io.esastack:restlight-springmvc-provider:0.0.1'
// https://jarcasting.com/artifacts/io.esastack/restlight-springmvc-provider/
implementation ("io.esastack:restlight-springmvc-provider:0.0.1")
'io.esastack:restlight-springmvc-provider:jar:0.0.1'
<dependency org="io.esastack" name="restlight-springmvc-provider" rev="0.0.1">
<artifact name="restlight-springmvc-provider" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.esastack', module='restlight-springmvc-provider', version='0.0.1')
)
libraryDependencies += "io.esastack" % "restlight-springmvc-provider" % "0.0.1"
[io.esastack/restlight-springmvc-provider "0.0.1"]