<dependency> <groupId>com.ibeetl</groupId> <artifactId>beetl-parent</artifactId> <version>3.15.8.RELEASE</version> <type>pom</type> </dependency>
implementation 'com.ibeetl:beetl-parent:3.15.8.RELEASE'
implementation("com.ibeetl:beetl-parent:3.15.8.RELEASE")
libraryDependencies += "com.ibeetl" % "beetl-parent" % "3.15.8.RELEASE"
@Grapes( @Grab(group='com.ibeetl', module='beetl-parent', version='3.15.8.RELEASE') )
<dependency org="com.ibeetl" name="beetl-parent" rev="3.15.8.RELEASE" />
[com.ibeetl/beetl-parent "3.15.8.RELEASE"]
'com.ibeetl:beetl-parent:jar:3.15.8.RELEASE'