| Categories |
CategoriesSecurity |
|---|---|
| GroupId | GroupIdcom.flowcentraltech.flowcentral |
| ArtifactId | ArtifactIdflowcentral-security |
| Version | Version1.0.3 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.flowcentraltech.flowcentral/flowcentral-security/ -->
<dependency>
<groupId>com.flowcentraltech.flowcentral</groupId>
<artifactId>flowcentral-security</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.flowcentraltech.flowcentral/flowcentral-security/
implementation 'com.flowcentraltech.flowcentral:flowcentral-security:1.0.3'
// https://jarcasting.com/artifacts/com.flowcentraltech.flowcentral/flowcentral-security/
implementation ("com.flowcentraltech.flowcentral:flowcentral-security:1.0.3")
'com.flowcentraltech.flowcentral:flowcentral-security:jar:1.0.3'
<dependency org="com.flowcentraltech.flowcentral" name="flowcentral-security" rev="1.0.3">
<artifact name="flowcentral-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.flowcentraltech.flowcentral', module='flowcentral-security', version='1.0.3')
)
libraryDependencies += "com.flowcentraltech.flowcentral" % "flowcentral-security" % "1.0.3"
[com.flowcentraltech.flowcentral/flowcentral-security "1.0.3"]