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