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