is not current version
Last Version 7

io.tesla:tesla 5

Tesla: A next generation development infrastructure framework.

GroupId

GroupId

io.tesla
ArtifactId

ArtifactId

tesla
Version

Version

5
Type

Type

pom

Download tesla 5

Filename Size
tesla-5.pom 9 KB
Browse

<!-- https://jarcasting.com/artifacts/io.tesla/tesla/ -->
<dependency>
    <groupId>io.tesla</groupId>
    <artifactId>tesla</artifactId>
    <version>5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.tesla/tesla/
implementation 'io.tesla:tesla:5'
// https://jarcasting.com/artifacts/io.tesla/tesla/
implementation ("io.tesla:tesla:5")
'io.tesla:tesla:pom:5'
<dependency org="io.tesla" name="tesla" rev="5">
  <artifact name="tesla" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.tesla', module='tesla', version='5')
)
libraryDependencies += "io.tesla" % "tesla" % "5"
[io.tesla/tesla "5"]