is not current version
Last Version 1.1.17

com.gcctgroup:rt-parent 1.1.15

RT 父项目,所有衍生项目的parent

GroupId

GroupId

com.gcctgroup
ArtifactId

ArtifactId

rt-parent
Version

Version

1.1.15
Type

Type

pom

Download rt-parent 1.1.15

Filename Size
rt-parent-1.1.15.pom 8 KB
Browse

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