Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdcom.posadskiy |
ArtifactId | ArtifactIdrest-security |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
rest-security-0.0.1.pom | |
rest-security-0.0.1.jar | 11 KB |
rest-security-0.0.1-sources.jar | 6 KB |
rest-security-0.0.1-javadoc.jar | 475 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.posadskiy/rest-security/ -->
<dependency>
<groupId>com.posadskiy</groupId>
<artifactId>rest-security</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.posadskiy/rest-security/
implementation 'com.posadskiy:rest-security:0.0.1'
// https://jarcasting.com/artifacts/com.posadskiy/rest-security/
implementation ("com.posadskiy:rest-security:0.0.1")
'com.posadskiy:rest-security:jar:0.0.1'
<dependency org="com.posadskiy" name="rest-security" rev="0.0.1">
<artifact name="rest-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.posadskiy', module='rest-security', version='0.0.1')
)
libraryDependencies += "com.posadskiy" % "rest-security" % "0.0.1"
[com.posadskiy/rest-security "0.0.1"]