GroupId | GroupIdcom.github.wasiqb.coteafs |
---|---|
ArtifactId | ArtifactIdparent |
Version | Version1.6.0-beta |
Type | Typepom |
Filename | Size |
---|---|
parent-1.6.0-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>1.6.0-beta</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.wasiqb.coteafs/parent/
implementation 'com.github.wasiqb.coteafs:parent:1.6.0-beta'
// https://jarcasting.com/artifacts/com.github.wasiqb.coteafs/parent/
implementation ("com.github.wasiqb.coteafs:parent:1.6.0-beta")
'com.github.wasiqb.coteafs:parent:pom:1.6.0-beta'
<dependency org="com.github.wasiqb.coteafs" name="parent" rev="1.6.0-beta">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.wasiqb.coteafs', module='parent', version='1.6.0-beta')
)
libraryDependencies += "com.github.wasiqb.coteafs" % "parent" % "1.6.0-beta"
[com.github.wasiqb.coteafs/parent "1.6.0-beta"]