is not current version
Last Version 0.3.5

org.holoeverywhere:plugin 0.2.14

HoloEverywhere Plugin for Gradle which allow easy usage of library

GroupId

GroupId

org.holoeverywhere
ArtifactId

ArtifactId

plugin
Version

Version

0.2.14
Type

Type

jar

Download plugin 0.2.14


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