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