| GroupId | GroupIdcom.ibeetl |
|---|---|
| ArtifactId | ArtifactIdplugin |
| Version | Version3.0.0-M6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| plugin-3.0.0-M6.pom | |
| plugin-3.0.0-M6.jar | 43 KB |
| plugin-3.0.0-M6-sources.jar | 15 KB |
| plugin-3.0.0-M6-javadoc.jar | 208 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ibeetl/plugin/ -->
<dependency>
<groupId>com.ibeetl</groupId>
<artifactId>plugin</artifactId>
<version>3.0.0-M6</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibeetl/plugin/
implementation 'com.ibeetl:plugin:3.0.0-M6'
// https://jarcasting.com/artifacts/com.ibeetl/plugin/
implementation ("com.ibeetl:plugin:3.0.0-M6")
'com.ibeetl:plugin:jar:3.0.0-M6'
<dependency org="com.ibeetl" name="plugin" rev="3.0.0-M6">
<artifact name="plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibeetl', module='plugin', version='3.0.0-M6')
)
libraryDependencies += "com.ibeetl" % "plugin" % "3.0.0-M6"
[com.ibeetl/plugin "3.0.0-M6"]