| License | License | 
|---|---|
| GroupId | GroupIdcom.github.linshenkx | 
| ArtifactId | ArtifactIdexamples | 
| Last Version | Last Version1.0.0.RELEASE | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionParent pom providing dependency and plugin management for applications
		built with Maven | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| examples-1.0.0.RELEASE.pom | 2 KB | 
| Browse | 
<!-- 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"]