Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdorg.seedstack.seed |
ArtifactId | ArtifactIdseed-security |
Version | Version3.10.0 |
Type | Typepom |
Filename | Size |
---|---|
seed-security-3.10.0.pom | 865 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.seedstack.seed/seed-security/ -->
<dependency>
<groupId>org.seedstack.seed</groupId>
<artifactId>seed-security</artifactId>
<version>3.10.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.seedstack.seed/seed-security/
implementation 'org.seedstack.seed:seed-security:3.10.0'
// https://jarcasting.com/artifacts/org.seedstack.seed/seed-security/
implementation ("org.seedstack.seed:seed-security:3.10.0")
'org.seedstack.seed:seed-security:pom:3.10.0'
<dependency org="org.seedstack.seed" name="seed-security" rev="3.10.0">
<artifact name="seed-security" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.seedstack.seed', module='seed-security', version='3.10.0')
)
libraryDependencies += "org.seedstack.seed" % "seed-security" % "3.10.0"
[org.seedstack.seed/seed-security "3.10.0"]