is not current version
Last Version 3.14.5-RELEASE

com.ibeetl:plugin 3.0.0-M3


GroupId

GroupId

com.ibeetl
ArtifactId

ArtifactId

plugin
Version

Version

3.0.0-M3
Type

Type

jar

Download plugin 3.0.0-M3


<!-- https://jarcasting.com/artifacts/com.ibeetl/plugin/ -->
<dependency>
    <groupId>com.ibeetl</groupId>
    <artifactId>plugin</artifactId>
    <version>3.0.0-M3</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibeetl/plugin/
implementation 'com.ibeetl:plugin:3.0.0-M3'
// https://jarcasting.com/artifacts/com.ibeetl/plugin/
implementation ("com.ibeetl:plugin:3.0.0-M3")
'com.ibeetl:plugin:jar:3.0.0-M3'
<dependency org="com.ibeetl" name="plugin" rev="3.0.0-M3">
  <artifact name="plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibeetl', module='plugin', version='3.0.0-M3')
)
libraryDependencies += "com.ibeetl" % "plugin" % "3.0.0-M3"
[com.ibeetl/plugin "3.0.0-M3"]