GroupId | GroupIdcom.butor |
---|---|
ArtifactId | ArtifactIdbutor-auth-common |
Version | Version1.0.18 |
Type | Typejar |
Filename | Size |
---|---|
butor-auth-common-1.0.18.pom | |
butor-auth-common-1.0.18.jar | 70 KB |
butor-auth-common-1.0.18-sources.jar | 58 KB |
butor-auth-common-1.0.18-javadoc.jar | 363 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.butor/butor-auth-common/ -->
<dependency>
<groupId>com.butor</groupId>
<artifactId>butor-auth-common</artifactId>
<version>1.0.18</version>
</dependency>
// https://jarcasting.com/artifacts/com.butor/butor-auth-common/
implementation 'com.butor:butor-auth-common:1.0.18'
// https://jarcasting.com/artifacts/com.butor/butor-auth-common/
implementation ("com.butor:butor-auth-common:1.0.18")
'com.butor:butor-auth-common:jar:1.0.18'
<dependency org="com.butor" name="butor-auth-common" rev="1.0.18">
<artifact name="butor-auth-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.butor', module='butor-auth-common', version='1.0.18')
)
libraryDependencies += "com.butor" % "butor-auth-common" % "1.0.18"
[com.butor/butor-auth-common "1.0.18"]