| GroupId | GroupIdcom.github.simplehych |
|---|---|
| ArtifactId | ArtifactIdcustomplugin |
| Version | Version0.0.1 |
| Type | Typejar |
| Description |
Descriptionplugin
|
| Filename | Size |
|---|---|
| customplugin-0.0.1.pom | |
| customplugin-0.0.1.jar | 9 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.simplehych/customplugin/ -->
<dependency>
<groupId>com.github.simplehych</groupId>
<artifactId>customplugin</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.simplehych/customplugin/
implementation 'com.github.simplehych:customplugin:0.0.1'
// https://jarcasting.com/artifacts/com.github.simplehych/customplugin/
implementation ("com.github.simplehych:customplugin:0.0.1")
'com.github.simplehych:customplugin:jar:0.0.1'
<dependency org="com.github.simplehych" name="customplugin" rev="0.0.1">
<artifact name="customplugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.simplehych', module='customplugin', version='0.0.1')
)
libraryDependencies += "com.github.simplehych" % "customplugin" % "0.0.1"
[com.github.simplehych/customplugin "0.0.1"]