| GroupId | GroupIdcom.holmos |
|---|---|
| ArtifactId | ArtifactIdholmos |
| Version | Version1.0.2u8 |
| Type | Typepom |
| Filename | Size |
|---|---|
| holmos-1.0.2u8.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.holmos/holmos/ -->
<dependency>
<groupId>com.holmos</groupId>
<artifactId>holmos</artifactId>
<version>1.0.2u8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.holmos/holmos/
implementation 'com.holmos:holmos:1.0.2u8'
// https://jarcasting.com/artifacts/com.holmos/holmos/
implementation ("com.holmos:holmos:1.0.2u8")
'com.holmos:holmos:pom:1.0.2u8'
<dependency org="com.holmos" name="holmos" rev="1.0.2u8">
<artifact name="holmos" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.holmos', module='holmos', version='1.0.2u8')
)
libraryDependencies += "com.holmos" % "holmos" % "1.0.2u8"
[com.holmos/holmos "1.0.2u8"]