GroupId | GroupIdcom.bellotapps.webapps |
---|---|
ArtifactId | ArtifactIdwebapps-commons-authentication |
Version | Version0.2.0-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.bellotapps.webapps/webapps-commons-authentication/ -->
<dependency>
<groupId>com.bellotapps.webapps</groupId>
<artifactId>webapps-commons-authentication</artifactId>
<version>0.2.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.bellotapps.webapps/webapps-commons-authentication/
implementation 'com.bellotapps.webapps:webapps-commons-authentication:0.2.0-RELEASE'
// https://jarcasting.com/artifacts/com.bellotapps.webapps/webapps-commons-authentication/
implementation ("com.bellotapps.webapps:webapps-commons-authentication:0.2.0-RELEASE")
'com.bellotapps.webapps:webapps-commons-authentication:jar:0.2.0-RELEASE'
<dependency org="com.bellotapps.webapps" name="webapps-commons-authentication" rev="0.2.0-RELEASE">
<artifact name="webapps-commons-authentication" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bellotapps.webapps', module='webapps-commons-authentication', version='0.2.0-RELEASE')
)
libraryDependencies += "com.bellotapps.webapps" % "webapps-commons-authentication" % "0.2.0-RELEASE"
[com.bellotapps.webapps/webapps-commons-authentication "0.2.0-RELEASE"]