Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdorg.seedstack.seed |
ArtifactId | ArtifactIdseed-security-specs |
Version | Version2.3.4 |
Type | Typejar |
Filename | Size |
---|---|
seed-security-specs-2.3.4.pom | |
seed-security-specs-2.3.4.jar | 25 KB |
seed-security-specs-2.3.4-sources.jar | 30 KB |
seed-security-specs-2.3.4-javadoc.jar | 214 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.seedstack.seed/seed-security-specs/ -->
<dependency>
<groupId>org.seedstack.seed</groupId>
<artifactId>seed-security-specs</artifactId>
<version>2.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.seedstack.seed/seed-security-specs/
implementation 'org.seedstack.seed:seed-security-specs:2.3.4'
// https://jarcasting.com/artifacts/org.seedstack.seed/seed-security-specs/
implementation ("org.seedstack.seed:seed-security-specs:2.3.4")
'org.seedstack.seed:seed-security-specs:jar:2.3.4'
<dependency org="org.seedstack.seed" name="seed-security-specs" rev="2.3.4">
<artifact name="seed-security-specs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.seedstack.seed', module='seed-security-specs', version='2.3.4')
)
libraryDependencies += "org.seedstack.seed" % "seed-security-specs" % "2.3.4"
[org.seedstack.seed/seed-security-specs "2.3.4"]