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