Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.dreamlu |
ArtifactId | ArtifactIdspring-rest-template-java11 |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.dreamlu/spring-rest-template-java11/ -->
<dependency>
<groupId>net.dreamlu</groupId>
<artifactId>spring-rest-template-java11</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.dreamlu/spring-rest-template-java11/
implementation 'net.dreamlu:spring-rest-template-java11:1.0.0'
// https://jarcasting.com/artifacts/net.dreamlu/spring-rest-template-java11/
implementation ("net.dreamlu:spring-rest-template-java11:1.0.0")
'net.dreamlu:spring-rest-template-java11:jar:1.0.0'
<dependency org="net.dreamlu" name="spring-rest-template-java11" rev="1.0.0">
<artifact name="spring-rest-template-java11" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.dreamlu', module='spring-rest-template-java11', version='1.0.0')
)
libraryDependencies += "net.dreamlu" % "spring-rest-template-java11" % "1.0.0"
[net.dreamlu/spring-rest-template-java11 "1.0.0"]