Last Version

com.github.dingey:common 0.0.5

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

License

License

GroupId

GroupId

com.github.dingey
ArtifactId

ArtifactId

common
Version

Version

0.0.5
Type

Type

pom
Description

Description

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

Project URL

https://projects.spring.io/spring-boot/#/spring-boot-starter-parent/common
Source Code Management

Source Code Management

https://github.com/dingey/common

Download common 0.0.5

Filename Size
common-0.0.5.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.dingey/common/ -->
<dependency>
    <groupId>com.github.dingey</groupId>
    <artifactId>common</artifactId>
    <version>0.0.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dingey/common/
implementation 'com.github.dingey:common:0.0.5'
// https://jarcasting.com/artifacts/com.github.dingey/common/
implementation ("com.github.dingey:common:0.0.5")
'com.github.dingey:common:pom:0.0.5'
<dependency org="com.github.dingey" name="common" rev="0.0.5">
  <artifact name="common" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.dingey', module='common', version='0.0.5')
)
libraryDependencies += "com.github.dingey" % "common" % "0.0.5"
[com.github.dingey/common "0.0.5"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • common-api
  • common-feign
  • common-service
  • common-spring-boot-starter