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