| License |
License |
|---|---|
| GroupId | GroupIdio.tesler |
| ArtifactId | ArtifactIdtesler-starter-parent |
| Last Version | Last Version3.0.4 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionIO Tesler - Starter Parent
Parent pom providing dependency and plugin management for applications built with Maven
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationTesler |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| tesler-starter-parent-3.0.4.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.tesler/tesler-starter-parent/ -->
<dependency>
<groupId>io.tesler</groupId>
<artifactId>tesler-starter-parent</artifactId>
<version>3.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.tesler/tesler-starter-parent/
implementation 'io.tesler:tesler-starter-parent:3.0.4'
// https://jarcasting.com/artifacts/io.tesler/tesler-starter-parent/
implementation ("io.tesler:tesler-starter-parent:3.0.4")
'io.tesler:tesler-starter-parent:pom:3.0.4'
<dependency org="io.tesler" name="tesler-starter-parent" rev="3.0.4">
<artifact name="tesler-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.tesler', module='tesler-starter-parent', version='3.0.4')
)
libraryDependencies += "io.tesler" % "tesler-starter-parent" % "3.0.4"
[io.tesler/tesler-starter-parent "3.0.4"]