| Categories | CategoriesSpring Boot Container Microservices | 
|---|---|
| GroupId | GroupIdorg.t-io | 
| ArtifactId | ArtifactIdtio-spring-boot-parent | 
| Version | Version3.6.0.v20200315-RELEASE | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| tio-spring-boot-parent-3.6.0.v20200315-RELEASE.pom | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.t-io/tio-spring-boot-parent/ -->
<dependency>
    <groupId>org.t-io</groupId>
    <artifactId>tio-spring-boot-parent</artifactId>
    <version>3.6.0.v20200315-RELEASE</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.t-io/tio-spring-boot-parent/
implementation 'org.t-io:tio-spring-boot-parent:3.6.0.v20200315-RELEASE'// https://jarcasting.com/artifacts/org.t-io/tio-spring-boot-parent/
implementation ("org.t-io:tio-spring-boot-parent:3.6.0.v20200315-RELEASE")'org.t-io:tio-spring-boot-parent:pom:3.6.0.v20200315-RELEASE'<dependency org="org.t-io" name="tio-spring-boot-parent" rev="3.6.0.v20200315-RELEASE">
  <artifact name="tio-spring-boot-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='org.t-io', module='tio-spring-boot-parent', version='3.6.0.v20200315-RELEASE')
)libraryDependencies += "org.t-io" % "tio-spring-boot-parent" % "3.6.0.v20200315-RELEASE"[org.t-io/tio-spring-boot-parent "3.6.0.v20200315-RELEASE"]