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