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