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