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