GroupId | GroupIdcom.pojosontheweb |
---|---|
ArtifactId | ArtifactIdwoko-builtin-auth-core |
Version | Version2.1-beta6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.pojosontheweb/woko-builtin-auth-core/ -->
<dependency>
<groupId>com.pojosontheweb</groupId>
<artifactId>woko-builtin-auth-core</artifactId>
<version>2.1-beta6</version>
</dependency>
// https://jarcasting.com/artifacts/com.pojosontheweb/woko-builtin-auth-core/
implementation 'com.pojosontheweb:woko-builtin-auth-core:2.1-beta6'
// https://jarcasting.com/artifacts/com.pojosontheweb/woko-builtin-auth-core/
implementation ("com.pojosontheweb:woko-builtin-auth-core:2.1-beta6")
'com.pojosontheweb:woko-builtin-auth-core:jar:2.1-beta6'
<dependency org="com.pojosontheweb" name="woko-builtin-auth-core" rev="2.1-beta6">
<artifact name="woko-builtin-auth-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pojosontheweb', module='woko-builtin-auth-core', version='2.1-beta6')
)
libraryDependencies += "com.pojosontheweb" % "woko-builtin-auth-core" % "2.1-beta6"
[com.pojosontheweb/woko-builtin-auth-core "2.1-beta6"]