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