GroupId | GroupIdorg.holoeverywhere |
---|---|
ArtifactId | ArtifactIdplugin |
Version | Version0.2.16 |
Type | Typejar |
Filename | Size |
---|---|
plugin-0.2.16.pom | |
plugin-0.2.16.jar | 476 KB |
plugin-0.2.16-sources.jar | 43 KB |
plugin-0.2.16-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.holoeverywhere/plugin/ -->
<dependency>
<groupId>org.holoeverywhere</groupId>
<artifactId>plugin</artifactId>
<version>0.2.16</version>
</dependency>
// https://jarcasting.com/artifacts/org.holoeverywhere/plugin/
implementation 'org.holoeverywhere:plugin:0.2.16'
// https://jarcasting.com/artifacts/org.holoeverywhere/plugin/
implementation ("org.holoeverywhere:plugin:0.2.16")
'org.holoeverywhere:plugin:jar:0.2.16'
<dependency org="org.holoeverywhere" name="plugin" rev="0.2.16">
<artifact name="plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.holoeverywhere', module='plugin', version='0.2.16')
)
libraryDependencies += "org.holoeverywhere" % "plugin" % "0.2.16"
[org.holoeverywhere/plugin "0.2.16"]