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