| GroupId | GroupIdorg.aerofx |
|---|---|
| ArtifactId | ArtifactIdaerofx-parent |
| Version | Version0.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| aerofx-parent-0.1.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.aerofx/aerofx-parent/ -->
<dependency>
<groupId>org.aerofx</groupId>
<artifactId>aerofx-parent</artifactId>
<version>0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.aerofx/aerofx-parent/
implementation 'org.aerofx:aerofx-parent:0.1'
// https://jarcasting.com/artifacts/org.aerofx/aerofx-parent/
implementation ("org.aerofx:aerofx-parent:0.1")
'org.aerofx:aerofx-parent:pom:0.1'
<dependency org="org.aerofx" name="aerofx-parent" rev="0.1">
<artifact name="aerofx-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.aerofx', module='aerofx-parent', version='0.1')
)
libraryDependencies += "org.aerofx" % "aerofx-parent" % "0.1"
[org.aerofx/aerofx-parent "0.1"]