| License |
License |
|---|---|
| GroupId | GroupIdcom.lodsve.boot |
| ArtifactId | ArtifactIdlodsve-boot-build |
| Version | Version1.0.1.RELEASE |
| Type | Typepom |
| Description |
Descriptionlodsve boot build
Lodsve develop kits base on Spring-Boot and some opensource components!
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| lodsve-boot-build-1.0.1.RELEASE.pom | 16 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.lodsve.boot/lodsve-boot-build/ -->
<dependency>
<groupId>com.lodsve.boot</groupId>
<artifactId>lodsve-boot-build</artifactId>
<version>1.0.1.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.lodsve.boot/lodsve-boot-build/
implementation 'com.lodsve.boot:lodsve-boot-build:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/com.lodsve.boot/lodsve-boot-build/
implementation ("com.lodsve.boot:lodsve-boot-build:1.0.1.RELEASE")
'com.lodsve.boot:lodsve-boot-build:pom:1.0.1.RELEASE'
<dependency org="com.lodsve.boot" name="lodsve-boot-build" rev="1.0.1.RELEASE">
<artifact name="lodsve-boot-build" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.lodsve.boot', module='lodsve-boot-build', version='1.0.1.RELEASE')
)
libraryDependencies += "com.lodsve.boot" % "lodsve-boot-build" % "1.0.1.RELEASE"
[com.lodsve.boot/lodsve-boot-build "1.0.1.RELEASE"]