Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdcom.alachisoft |
ArtifactId | ArtifactIdsecurity |
Version | Version5.2-alpha-14 |
Type | Typejar |
Filename | Size |
---|---|
security-5.2-alpha-14.pom | |
security-5.2-alpha-14.jar | 29 KB |
security-5.2-alpha-14-sources.jar | 21 KB |
security-5.2-alpha-14-javadoc.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alachisoft/security/ -->
<dependency>
<groupId>com.alachisoft</groupId>
<artifactId>security</artifactId>
<version>5.2-alpha-14</version>
</dependency>
// https://jarcasting.com/artifacts/com.alachisoft/security/
implementation 'com.alachisoft:security:5.2-alpha-14'
// https://jarcasting.com/artifacts/com.alachisoft/security/
implementation ("com.alachisoft:security:5.2-alpha-14")
'com.alachisoft:security:jar:5.2-alpha-14'
<dependency org="com.alachisoft" name="security" rev="5.2-alpha-14">
<artifact name="security" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alachisoft', module='security', version='5.2-alpha-14')
)
libraryDependencies += "com.alachisoft" % "security" % "5.2-alpha-14"
[com.alachisoft/security "5.2-alpha-14"]