GroupId | GroupIdorg.holoeverywhere |
---|---|
ArtifactId | ArtifactIdsupport-library |
Version | Versionr13 |
Type | Typejar |
Filename | Size |
---|---|
support-library-r13.pom | |
support-library-r13.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.holoeverywhere/support-library/ -->
<dependency>
<groupId>org.holoeverywhere</groupId>
<artifactId>support-library</artifactId>
<version>r13</version>
</dependency>
// https://jarcasting.com/artifacts/org.holoeverywhere/support-library/
implementation 'org.holoeverywhere:support-library:r13'
// https://jarcasting.com/artifacts/org.holoeverywhere/support-library/
implementation ("org.holoeverywhere:support-library:r13")
'org.holoeverywhere:support-library:jar:r13'
<dependency org="org.holoeverywhere" name="support-library" rev="r13">
<artifact name="support-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.holoeverywhere', module='support-library', version='r13')
)
libraryDependencies += "org.holoeverywhere" % "support-library" % "r13"
[org.holoeverywhere/support-library "r13"]