| License | License | 
|---|---|
| Categories | CategoriesORM Data | 
| GroupId | GroupIdcom.cjoop | 
| ArtifactId | ArtifactIdplatform-parent | 
| Version | Version0.0.1.RELEASE | 
| Type | Typepom | 
| Description | Description顶层配置信息 | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| platform-parent-0.0.1.RELEASE.pom | 11 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.cjoop/platform-parent/ -->
<dependency>
    <groupId>com.cjoop</groupId>
    <artifactId>platform-parent</artifactId>
    <version>0.0.1.RELEASE</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.cjoop/platform-parent/
implementation 'com.cjoop:platform-parent:0.0.1.RELEASE'// https://jarcasting.com/artifacts/com.cjoop/platform-parent/
implementation ("com.cjoop:platform-parent:0.0.1.RELEASE")'com.cjoop:platform-parent:pom:0.0.1.RELEASE'<dependency org="com.cjoop" name="platform-parent" rev="0.0.1.RELEASE">
  <artifact name="platform-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='com.cjoop', module='platform-parent', version='0.0.1.RELEASE')
)libraryDependencies += "com.cjoop" % "platform-parent" % "0.0.1.RELEASE"[com.cjoop/platform-parent "0.0.1.RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 1.5.12.RELEASE |