| License |
License |
|---|---|
| Categories |
CategoriesMaven Build Tools |
| GroupId | GroupIdio.tesla.maven |
| ArtifactId | ArtifactIdtesla-runtime |
| Last Version | Last Version0.0.2 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionTesla: A next generation development infrastructure framework.
|
| Filename | Size |
|---|---|
| tesla-runtime-0.0.2.pom | 904 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.tesla.maven/tesla-runtime/ -->
<dependency>
<groupId>io.tesla.maven</groupId>
<artifactId>tesla-runtime</artifactId>
<version>0.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.tesla.maven/tesla-runtime/
implementation 'io.tesla.maven:tesla-runtime:0.0.2'
// https://jarcasting.com/artifacts/io.tesla.maven/tesla-runtime/
implementation ("io.tesla.maven:tesla-runtime:0.0.2")
'io.tesla.maven:tesla-runtime:pom:0.0.2'
<dependency org="io.tesla.maven" name="tesla-runtime" rev="0.0.2">
<artifact name="tesla-runtime" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.tesla.maven', module='tesla-runtime', version='0.0.2')
)
libraryDependencies += "io.tesla.maven" % "tesla-runtime" % "0.0.2"
[io.tesla.maven/tesla-runtime "0.0.2"]