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