Categories |
CategoriesSpring Boot Container Microservices Net |
---|---|
GroupId | GroupIdnet.n2oapp.framework |
ArtifactId | ArtifactIdn2o-spring-boot-starter |
Version | Version7.16.10 |
Type | Typejar |
Filename | Size |
---|---|
n2o-spring-boot-starter-7.16.10.pom | |
n2o-spring-boot-starter-7.16.10.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.n2oapp.framework/n2o-spring-boot-starter/ -->
<dependency>
<groupId>net.n2oapp.framework</groupId>
<artifactId>n2o-spring-boot-starter</artifactId>
<version>7.16.10</version>
</dependency>
// https://jarcasting.com/artifacts/net.n2oapp.framework/n2o-spring-boot-starter/
implementation 'net.n2oapp.framework:n2o-spring-boot-starter:7.16.10'
// https://jarcasting.com/artifacts/net.n2oapp.framework/n2o-spring-boot-starter/
implementation ("net.n2oapp.framework:n2o-spring-boot-starter:7.16.10")
'net.n2oapp.framework:n2o-spring-boot-starter:jar:7.16.10'
<dependency org="net.n2oapp.framework" name="n2o-spring-boot-starter" rev="7.16.10">
<artifact name="n2o-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.n2oapp.framework', module='n2o-spring-boot-starter', version='7.16.10')
)
libraryDependencies += "net.n2oapp.framework" % "n2o-spring-boot-starter" % "7.16.10"
[net.n2oapp.framework/n2o-spring-boot-starter "7.16.10"]