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