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