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