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