com.github.linshenkx:examples

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

License

License

GroupId

GroupId

com.github.linshenkx
ArtifactId

ArtifactId

examples
Last Version

Last Version

1.0.0.RELEASE
Release Date

Release Date

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/examples

Download examples

How to add to project

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

Dependencies

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

Project Modules

  • rpc-lib
  • rpc-provider
  • rpc-consumer

Versions

Version
1.0.0.RELEASE