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