is not current version
Last Version 0.1.0

io.servicecomb.demo:demo-local 0.1.0-m2


GroupId

GroupId

io.servicecomb.demo
ArtifactId

ArtifactId

demo-local
Version

Version

0.1.0-m2
Type

Type

jar

Download demo-local 0.1.0-m2


<!-- https://jarcasting.com/artifacts/io.servicecomb.demo/demo-local/ -->
<dependency>
    <groupId>io.servicecomb.demo</groupId>
    <artifactId>demo-local</artifactId>
    <version>0.1.0-m2</version>
</dependency>
// https://jarcasting.com/artifacts/io.servicecomb.demo/demo-local/
implementation 'io.servicecomb.demo:demo-local:0.1.0-m2'
// https://jarcasting.com/artifacts/io.servicecomb.demo/demo-local/
implementation ("io.servicecomb.demo:demo-local:0.1.0-m2")
'io.servicecomb.demo:demo-local:jar:0.1.0-m2'
<dependency org="io.servicecomb.demo" name="demo-local" rev="0.1.0-m2">
  <artifact name="demo-local" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.servicecomb.demo', module='demo-local', version='0.1.0-m2')
)
libraryDependencies += "io.servicecomb.demo" % "demo-local" % "0.1.0-m2"
[io.servicecomb.demo/demo-local "0.1.0-m2"]