Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.t-io |
ArtifactId | ArtifactIdtio-core-spring-boot-starter |
Version | Version3.5.5.v20191010-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.t-io/tio-core-spring-boot-starter/ -->
<dependency>
<groupId>org.t-io</groupId>
<artifactId>tio-core-spring-boot-starter</artifactId>
<version>3.5.5.v20191010-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.t-io/tio-core-spring-boot-starter/
implementation 'org.t-io:tio-core-spring-boot-starter:3.5.5.v20191010-RELEASE'
// https://jarcasting.com/artifacts/org.t-io/tio-core-spring-boot-starter/
implementation ("org.t-io:tio-core-spring-boot-starter:3.5.5.v20191010-RELEASE")
'org.t-io:tio-core-spring-boot-starter:jar:3.5.5.v20191010-RELEASE'
<dependency org="org.t-io" name="tio-core-spring-boot-starter" rev="3.5.5.v20191010-RELEASE">
<artifact name="tio-core-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.t-io', module='tio-core-spring-boot-starter', version='3.5.5.v20191010-RELEASE')
)
libraryDependencies += "org.t-io" % "tio-core-spring-boot-starter" % "3.5.5.v20191010-RELEASE"
[org.t-io/tio-core-spring-boot-starter "3.5.5.v20191010-RELEASE"]