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