| License |
License |
|---|---|
| GroupId | GroupIdio.tesla |
| ArtifactId | ArtifactIdtesla |
| Version | Version7 |
| Type | Typepom |
| Description |
DescriptionTesla
Tesla: A next generation development infrastructure framework.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| tesla-7.pom | 12 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.tesla/tesla/ -->
<dependency>
<groupId>io.tesla</groupId>
<artifactId>tesla</artifactId>
<version>7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.tesla/tesla/
implementation 'io.tesla:tesla:7'
// https://jarcasting.com/artifacts/io.tesla/tesla/
implementation ("io.tesla:tesla:7")
'io.tesla:tesla:pom:7'
<dependency org="io.tesla" name="tesla" rev="7">
<artifact name="tesla" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.tesla', module='tesla', version='7')
)
libraryDependencies += "io.tesla" % "tesla" % "7"
[io.tesla/tesla "7"]