Categories |
CategoriesNacos Container Microservices |
---|---|
GroupId | GroupIdio.github.easy-do |
ArtifactId | ArtifactIdweb-nacos-starter |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
web-nacos-starter-0.0.1.pom | |
web-nacos-starter-0.0.1.jar | 10 KB |
web-nacos-starter-0.0.1-sources.jar | 5 KB |
web-nacos-starter-0.0.1-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.easy-do/web-nacos-starter/ -->
<dependency>
<groupId>io.github.easy-do</groupId>
<artifactId>web-nacos-starter</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.easy-do/web-nacos-starter/
implementation 'io.github.easy-do:web-nacos-starter:0.0.1'
// https://jarcasting.com/artifacts/io.github.easy-do/web-nacos-starter/
implementation ("io.github.easy-do:web-nacos-starter:0.0.1")
'io.github.easy-do:web-nacos-starter:jar:0.0.1'
<dependency org="io.github.easy-do" name="web-nacos-starter" rev="0.0.1">
<artifact name="web-nacos-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.easy-do', module='web-nacos-starter', version='0.0.1')
)
libraryDependencies += "io.github.easy-do" % "web-nacos-starter" % "0.0.1"
[io.github.easy-do/web-nacos-starter "0.0.1"]