| GroupId | GroupIdio.tesla.aether |
|---|---|
| ArtifactId | ArtifactIdtesla-aether |
| Version | Version0.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| tesla-aether-0.0.3.pom | |
| tesla-aether-0.0.3.jar | 33 KB |
| tesla-aether-0.0.3-sources.jar | 21 KB |
| tesla-aether-0.0.3-javadoc.jar | 150 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.tesla.aether/tesla-aether/ -->
<dependency>
<groupId>io.tesla.aether</groupId>
<artifactId>tesla-aether</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.tesla.aether/tesla-aether/
implementation 'io.tesla.aether:tesla-aether:0.0.3'
// https://jarcasting.com/artifacts/io.tesla.aether/tesla-aether/
implementation ("io.tesla.aether:tesla-aether:0.0.3")
'io.tesla.aether:tesla-aether:jar:0.0.3'
<dependency org="io.tesla.aether" name="tesla-aether" rev="0.0.3">
<artifact name="tesla-aether" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.tesla.aether', module='tesla-aether', version='0.0.3')
)
libraryDependencies += "io.tesla.aether" % "tesla-aether" % "0.0.3"
[io.tesla.aether/tesla-aether "0.0.3"]