GroupId | GroupIdio.tesla.aether |
---|---|
ArtifactId | ArtifactIdtesla-aether |
Version | Version0.0.4 |
Type | Typejar |
Filename | Size |
---|---|
tesla-aether-0.0.4.pom | |
tesla-aether-0.0.4.jar | 33 KB |
tesla-aether-0.0.4-sources.jar | 21 KB |
tesla-aether-0.0.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.tesla.aether/tesla-aether/
implementation 'io.tesla.aether:tesla-aether:0.0.4'
// https://jarcasting.com/artifacts/io.tesla.aether/tesla-aether/
implementation ("io.tesla.aether:tesla-aether:0.0.4")
'io.tesla.aether:tesla-aether:jar:0.0.4'
<dependency org="io.tesla.aether" name="tesla-aether" rev="0.0.4">
<artifact name="tesla-aether" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.tesla.aether', module='tesla-aether', version='0.0.4')
)
libraryDependencies += "io.tesla.aether" % "tesla-aether" % "0.0.4"
[io.tesla.aether/tesla-aether "0.0.4"]