License |
License |
---|---|
Categories |
CategoriesNet ORM Data |
GroupId | GroupIdnet.n2oapp.platform |
ArtifactId | ArtifactIdn2o-boot-platform |
Version | Version4.8.0 |
Type | Typepom |
Description |
DescriptionN2O Boot Platform
Free platform for building microservices based on Spring Boot
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
n2o-boot-platform-4.8.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.n2oapp.platform/n2o-boot-platform/ -->
<dependency>
<groupId>net.n2oapp.platform</groupId>
<artifactId>n2o-boot-platform</artifactId>
<version>4.8.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.n2oapp.platform/n2o-boot-platform/
implementation 'net.n2oapp.platform:n2o-boot-platform:4.8.0'
// https://jarcasting.com/artifacts/net.n2oapp.platform/n2o-boot-platform/
implementation ("net.n2oapp.platform:n2o-boot-platform:4.8.0")
'net.n2oapp.platform:n2o-boot-platform:pom:4.8.0'
<dependency org="net.n2oapp.platform" name="n2o-boot-platform" rev="4.8.0">
<artifact name="n2o-boot-platform" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.n2oapp.platform', module='n2o-boot-platform', version='4.8.0')
)
libraryDependencies += "net.n2oapp.platform" % "n2o-boot-platform" % "4.8.0"
[net.n2oapp.platform/n2o-boot-platform "4.8.0"]