License |
License |
---|---|
GroupId | GroupIdcom.github.bld-commons |
ArtifactId | ArtifactIdcommon-rest-connection |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptioncommon-rest-connection
Parent pom providing dependency and plugin management for applications built with Maven
|
<!-- https://jarcasting.com/artifacts/com.github.bld-commons/common-rest-connection/ -->
<dependency>
<groupId>com.github.bld-commons</groupId>
<artifactId>common-rest-connection</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bld-commons/common-rest-connection/
implementation 'com.github.bld-commons:common-rest-connection:1.0.0'
// https://jarcasting.com/artifacts/com.github.bld-commons/common-rest-connection/
implementation ("com.github.bld-commons:common-rest-connection:1.0.0")
'com.github.bld-commons:common-rest-connection:jar:1.0.0'
<dependency org="com.github.bld-commons" name="common-rest-connection" rev="1.0.0">
<artifact name="common-rest-connection" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bld-commons', module='common-rest-connection', version='1.0.0')
)
libraryDependencies += "com.github.bld-commons" % "common-rest-connection" % "1.0.0"
[com.github.bld-commons/common-rest-connection "1.0.0"]