| Categories |
CategoriesSpring Boot Container Microservices CLI User Interface |
|---|---|
| GroupId | GroupIdcom.trasier |
| ArtifactId | ArtifactIdtrasier-client-spring-boot |
| Version | Version0.9.14 |
| Type | Typejar |
| Filename | Size |
|---|---|
| trasier-client-spring-boot-0.9.14.pom | |
| trasier-client-spring-boot-0.9.14.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.trasier/trasier-client-spring-boot/ -->
<dependency>
<groupId>com.trasier</groupId>
<artifactId>trasier-client-spring-boot</artifactId>
<version>0.9.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.trasier/trasier-client-spring-boot/
implementation 'com.trasier:trasier-client-spring-boot:0.9.14'
// https://jarcasting.com/artifacts/com.trasier/trasier-client-spring-boot/
implementation ("com.trasier:trasier-client-spring-boot:0.9.14")
'com.trasier:trasier-client-spring-boot:jar:0.9.14'
<dependency org="com.trasier" name="trasier-client-spring-boot" rev="0.9.14">
<artifact name="trasier-client-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.trasier', module='trasier-client-spring-boot', version='0.9.14')
)
libraryDependencies += "com.trasier" % "trasier-client-spring-boot" % "0.9.14"
[com.trasier/trasier-client-spring-boot "0.9.14"]