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