| GroupId | GroupIdorg.bitbucket.askllc.fermenter.stout |
|---|---|
| ArtifactId | ArtifactIdstout-spring-authentication |
| Version | Version2.0.0.CR17 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.bitbucket.askllc.fermenter.stout/stout-spring-authentication/ -->
<dependency>
<groupId>org.bitbucket.askllc.fermenter.stout</groupId>
<artifactId>stout-spring-authentication</artifactId>
<version>2.0.0.CR17</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.askllc.fermenter.stout/stout-spring-authentication/
implementation 'org.bitbucket.askllc.fermenter.stout:stout-spring-authentication:2.0.0.CR17'
// https://jarcasting.com/artifacts/org.bitbucket.askllc.fermenter.stout/stout-spring-authentication/
implementation ("org.bitbucket.askllc.fermenter.stout:stout-spring-authentication:2.0.0.CR17")
'org.bitbucket.askllc.fermenter.stout:stout-spring-authentication:jar:2.0.0.CR17'
<dependency org="org.bitbucket.askllc.fermenter.stout" name="stout-spring-authentication" rev="2.0.0.CR17">
<artifact name="stout-spring-authentication" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.askllc.fermenter.stout', module='stout-spring-authentication', version='2.0.0.CR17')
)
libraryDependencies += "org.bitbucket.askllc.fermenter.stout" % "stout-spring-authentication" % "2.0.0.CR17"
[org.bitbucket.askllc.fermenter.stout/stout-spring-authentication "2.0.0.CR17"]