GroupId | GroupIdorg.holoeverywhere |
---|---|
ArtifactId | ArtifactIdapplication |
Version | Version1.6.0 |
Type | Typepom |
Filename | Size |
---|---|
application-1.6.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.holoeverywhere/application/ -->
<dependency>
<groupId>org.holoeverywhere</groupId>
<artifactId>application</artifactId>
<version>1.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.holoeverywhere/application/
implementation 'org.holoeverywhere:application:1.6.0'
// https://jarcasting.com/artifacts/org.holoeverywhere/application/
implementation ("org.holoeverywhere:application:1.6.0")
'org.holoeverywhere:application:pom:1.6.0'
<dependency org="org.holoeverywhere" name="application" rev="1.6.0">
<artifact name="application" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.holoeverywhere', module='application', version='1.6.0')
)
libraryDependencies += "org.holoeverywhere" % "application" % "1.6.0"
[org.holoeverywhere/application "1.6.0"]