GroupId | GroupIdorg.holoeverywhere |
---|---|
ArtifactId | ArtifactIdplugin |
Version | Version0.2.14 |
Type | Typejar |
Filename | Size |
---|---|
plugin-0.2.14.pom | |
plugin-0.2.14.jar | 471 KB |
plugin-0.2.14-sources.jar | 43 KB |
plugin-0.2.14-javadoc.jar | 50 KB |
Browse |
<!-- 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"]