GroupId | GroupIdcom.blue-veery |
---|---|
ArtifactId | ArtifactIdspring-rest2ts-spring |
Version | Version1.2.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.blue-veery/spring-rest2ts-spring/ -->
<dependency>
<groupId>com.blue-veery</groupId>
<artifactId>spring-rest2ts-spring</artifactId>
<version>1.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.blue-veery/spring-rest2ts-spring/
implementation 'com.blue-veery:spring-rest2ts-spring:1.2.5'
// https://jarcasting.com/artifacts/com.blue-veery/spring-rest2ts-spring/
implementation ("com.blue-veery:spring-rest2ts-spring:1.2.5")
'com.blue-veery:spring-rest2ts-spring:jar:1.2.5'
<dependency org="com.blue-veery" name="spring-rest2ts-spring" rev="1.2.5">
<artifact name="spring-rest2ts-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.blue-veery', module='spring-rest2ts-spring', version='1.2.5')
)
libraryDependencies += "com.blue-veery" % "spring-rest2ts-spring" % "1.2.5"
[com.blue-veery/spring-rest2ts-spring "1.2.5"]