License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sinodawn |
ArtifactId | ArtifactIdsinoc |
Version | Version0.0.1 |
Type | Typepom |
Description |
Descriptionsinoc
SINOC (SINOC is not only CRUD) is a SinoDawn web development framework based on SpringBoot.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sinoc-0.0.1.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sinodawn/sinoc/ -->
<dependency>
<groupId>net.sinodawn</groupId>
<artifactId>sinoc</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sinodawn/sinoc/
implementation 'net.sinodawn:sinoc:0.0.1'
// https://jarcasting.com/artifacts/net.sinodawn/sinoc/
implementation ("net.sinodawn:sinoc:0.0.1")
'net.sinodawn:sinoc:pom:0.0.1'
<dependency org="net.sinodawn" name="sinoc" rev="0.0.1">
<artifact name="sinoc" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sinodawn', module='sinoc', version='0.0.1')
)
libraryDependencies += "net.sinodawn" % "sinoc" % "0.0.1"
[net.sinodawn/sinoc "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-devtools Optional | jar | 2.3.4.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.3.4.RELEASE |