Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdcom.fastchar |
ArtifactId | ArtifactIdfastchar-security |
Version | Version1.01 |
Type | Typejar |
Filename | Size |
---|---|
fastchar-security-1.01.pom | |
fastchar-security-1.01.jar | 47 KB |
fastchar-security-1.01-sources.jar | 32 KB |
fastchar-security-1.01-javadoc.jar | 88 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fastchar/fastchar-security/ -->
<dependency>
<groupId>com.fastchar</groupId>
<artifactId>fastchar-security</artifactId>
<version>1.01</version>
</dependency>
// https://jarcasting.com/artifacts/com.fastchar/fastchar-security/
implementation 'com.fastchar:fastchar-security:1.01'
// https://jarcasting.com/artifacts/com.fastchar/fastchar-security/
implementation ("com.fastchar:fastchar-security:1.01")
'com.fastchar:fastchar-security:jar:1.01'
<dependency org="com.fastchar" name="fastchar-security" rev="1.01">
<artifact name="fastchar-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fastchar', module='fastchar-security', version='1.01')
)
libraryDependencies += "com.fastchar" % "fastchar-security" % "1.01"
[com.fastchar/fastchar-security "1.01"]