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