GroupId | GroupIdorg.visallo |
---|---|
ArtifactId | ArtifactIdvisallo-web-auth-username-only |
Version | Version2.2.14 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.visallo/visallo-web-auth-username-only/ -->
<dependency>
<groupId>org.visallo</groupId>
<artifactId>visallo-web-auth-username-only</artifactId>
<version>2.2.14</version>
</dependency>
// https://jarcasting.com/artifacts/org.visallo/visallo-web-auth-username-only/
implementation 'org.visallo:visallo-web-auth-username-only:2.2.14'
// https://jarcasting.com/artifacts/org.visallo/visallo-web-auth-username-only/
implementation ("org.visallo:visallo-web-auth-username-only:2.2.14")
'org.visallo:visallo-web-auth-username-only:jar:2.2.14'
<dependency org="org.visallo" name="visallo-web-auth-username-only" rev="2.2.14">
<artifact name="visallo-web-auth-username-only" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.visallo', module='visallo-web-auth-username-only', version='2.2.14')
)
libraryDependencies += "org.visallo" % "visallo-web-auth-username-only" % "2.2.14"
[org.visallo/visallo-web-auth-username-only "2.2.14"]