| License |
License |
|---|---|
| GroupId | GroupIdcom.github.vanlla |
| ArtifactId | ArtifactIdvanlla-demo |
| Version | Version1.0.2 |
| Type | Typejar |
| Description |
Descriptionvanlla-demo
Vanlla is springboot quick develop framework
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| vanlla-demo-1.0.2.pom | |
| vanlla-demo-1.0.2.jar | 51 MB |
| vanlla-demo-1.0.2-sources.jar | 3 KB |
| vanlla-demo-1.0.2-javadoc.jar | 38 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.vanlla/vanlla-demo/ -->
<dependency>
<groupId>com.github.vanlla</groupId>
<artifactId>vanlla-demo</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vanlla/vanlla-demo/
implementation 'com.github.vanlla:vanlla-demo:1.0.2'
// https://jarcasting.com/artifacts/com.github.vanlla/vanlla-demo/
implementation ("com.github.vanlla:vanlla-demo:1.0.2")
'com.github.vanlla:vanlla-demo:jar:1.0.2'
<dependency org="com.github.vanlla" name="vanlla-demo" rev="1.0.2">
<artifact name="vanlla-demo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vanlla', module='vanlla-demo', version='1.0.2')
)
libraryDependencies += "com.github.vanlla" % "vanlla-demo" % "1.0.2"
[com.github.vanlla/vanlla-demo "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.vanlla : vanlla-spring-boot-starter | jar | 1.0.2 |