GroupId | GroupIdorg.mountcloud |
---|---|
ArtifactId | ArtifactIdspring-cloud-common-oauth-feigh |
Version | Version1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.mountcloud/spring-cloud-common-oauth-feigh/ -->
<dependency>
<groupId>org.mountcloud</groupId>
<artifactId>spring-cloud-common-oauth-feigh</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mountcloud/spring-cloud-common-oauth-feigh/
implementation 'org.mountcloud:spring-cloud-common-oauth-feigh:1.0'
// https://jarcasting.com/artifacts/org.mountcloud/spring-cloud-common-oauth-feigh/
implementation ("org.mountcloud:spring-cloud-common-oauth-feigh:1.0")
'org.mountcloud:spring-cloud-common-oauth-feigh:jar:1.0'
<dependency org="org.mountcloud" name="spring-cloud-common-oauth-feigh" rev="1.0">
<artifact name="spring-cloud-common-oauth-feigh" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mountcloud', module='spring-cloud-common-oauth-feigh', version='1.0')
)
libraryDependencies += "org.mountcloud" % "spring-cloud-common-oauth-feigh" % "1.0"
[org.mountcloud/spring-cloud-common-oauth-feigh "1.0"]