com.weisiliang:springservice-core

Parent pom providing dependency and plugin management for applications built with Maven

License

License

GroupId

GroupId

com.weisiliang
ArtifactId

ArtifactId

springservice-core
Last Version

Last Version

0.0.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

Parent pom providing dependency and plugin management for applications built with Maven
Source Code Management

Source Code Management

https://github.com/wslhk/springservice.git

Download springservice-core

How to add to project

<!-- https://jarcasting.com/artifacts/com.weisiliang/springservice-core/ -->
<dependency>
    <groupId>com.weisiliang</groupId>
    <artifactId>springservice-core</artifactId>
    <version>0.0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.weisiliang/springservice-core/
implementation 'com.weisiliang:springservice-core:0.0.1.2'
// https://jarcasting.com/artifacts/com.weisiliang/springservice-core/
implementation ("com.weisiliang:springservice-core:0.0.1.2")
'com.weisiliang:springservice-core:jar:0.0.1.2'
<dependency org="com.weisiliang" name="springservice-core" rev="0.0.1.2">
  <artifact name="springservice-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.weisiliang', module='springservice-core', version='0.0.1.2')
)
libraryDependencies += "com.weisiliang" % "springservice-core" % "0.0.1.2"
[com.weisiliang/springservice-core "0.0.1.2"]

Dependencies

compile (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-data-jpa jar 2.6.2
org.springframework.boot : spring-boot-starter-actuator jar 2.6.2

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.1.2
0.0.1.1