MVN

net.sinodawn : sinoc

Maven & Gradle

Oct 22, 2021

sinoc · SINOC (SINOC is not only CRUD) is a SinoDawn web development framework based on SpringBoot.

<dependency>
    <groupId>net.sinodawn</groupId>
    <artifactId>sinoc</artifactId>
    <version>0.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sinodawn : sinoc to add to Maven - Latest Versions:

  • Latest Stable: 0.0.3

All Versions

Choose a version of net.sinodawn : sinoc to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
sinoc-0.0.3
sinoc-0.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.sinodawn</groupId>
    <artifactId>sinoc</artifactId>
    <version>0.0.3</version>
</dependency>

Advertisement