| GroupId | GroupIdcom.github.clarkstore |
|---|---|
| ArtifactId | ArtifactIdos-parent |
| Version | Version0.1.6 |
| Type | Typepom |
| Filename | Size |
|---|---|
| os-parent-0.1.6.pom | 10 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.clarkstore/os-parent/ -->
<dependency>
<groupId>com.github.clarkstore</groupId>
<artifactId>os-parent</artifactId>
<version>0.1.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.clarkstore/os-parent/
implementation 'com.github.clarkstore:os-parent:0.1.6'
// https://jarcasting.com/artifacts/com.github.clarkstore/os-parent/
implementation ("com.github.clarkstore:os-parent:0.1.6")
'com.github.clarkstore:os-parent:pom:0.1.6'
<dependency org="com.github.clarkstore" name="os-parent" rev="0.1.6">
<artifact name="os-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.clarkstore', module='os-parent', version='0.1.6')
)
libraryDependencies += "com.github.clarkstore" % "os-parent" % "0.1.6"
[com.github.clarkstore/os-parent "0.1.6"]