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