GroupId | GroupIdcom.github.anylogic |
---|---|
ArtifactId | ArtifactIdalogic-auth |
Version | Version1.6.12 |
Type | Typejar |
Filename | Size |
---|---|
alogic-auth-1.6.12.pom | |
alogic-auth-1.6.12.jar | 227 KB |
alogic-auth-1.6.12-sources.jar | 127 KB |
alogic-auth-1.6.12-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.anylogic/alogic-auth/ -->
<dependency>
<groupId>com.github.anylogic</groupId>
<artifactId>alogic-auth</artifactId>
<version>1.6.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.anylogic/alogic-auth/
implementation 'com.github.anylogic:alogic-auth:1.6.12'
// https://jarcasting.com/artifacts/com.github.anylogic/alogic-auth/
implementation ("com.github.anylogic:alogic-auth:1.6.12")
'com.github.anylogic:alogic-auth:jar:1.6.12'
<dependency org="com.github.anylogic" name="alogic-auth" rev="1.6.12">
<artifact name="alogic-auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.anylogic', module='alogic-auth', version='1.6.12')
)
libraryDependencies += "com.github.anylogic" % "alogic-auth" % "1.6.12"
[com.github.anylogic/alogic-auth "1.6.12"]