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