| Группа | Группаorg.bitbucket.askllc.fermenter.stout |
|---|---|
| Идентификатор | Идентификаторstout-spring-authentication |
| Версия | Версия2.0.0.CR12 |
| Тип | Типjar |
<!-- 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.CR12</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.CR12'
// https://jarcasting.com/artifacts/org.bitbucket.askllc.fermenter.stout/stout-spring-authentication/
implementation ("org.bitbucket.askllc.fermenter.stout:stout-spring-authentication:2.0.0.CR12")
'org.bitbucket.askllc.fermenter.stout:stout-spring-authentication:jar:2.0.0.CR12'
<dependency org="org.bitbucket.askllc.fermenter.stout" name="stout-spring-authentication" rev="2.0.0.CR12">
<artifact name="stout-spring-authentication" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.askllc.fermenter.stout', module='stout-spring-authentication', version='2.0.0.CR12')
)
libraryDependencies += "org.bitbucket.askllc.fermenter.stout" % "stout-spring-authentication" % "2.0.0.CR12"
[org.bitbucket.askllc.fermenter.stout/stout-spring-authentication "2.0.0.CR12"]