is not current version
Last Version 1.1.17

com.gcctgroup:rt-parent 1.0.0

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

GroupId

GroupId

com.gcctgroup
ArtifactId

ArtifactId

rt-parent
Version

Version

1.0.0
Type

Type

pom

Download rt-parent 1.0.0

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

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