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