License |
License |
---|---|
GroupId | GroupIdorg.owasp.esapi.contrib |
ArtifactId | ArtifactIdesapi-spring-encryptedproperties |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionThis is the parent Project Object Model for all ESAPI Contributed Components. It defines MetaData that
is shared between all modules.
|
Project Organization |
Project OrganizationThe Open Web Application Security Project (OWASP) |
<!-- https://jarcasting.com/artifacts/org.owasp.esapi.contrib/esapi-spring-encryptedproperties/ -->
<dependency>
<groupId>org.owasp.esapi.contrib</groupId>
<artifactId>esapi-spring-encryptedproperties</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.owasp.esapi.contrib/esapi-spring-encryptedproperties/
implementation 'org.owasp.esapi.contrib:esapi-spring-encryptedproperties:1.0.0'
// https://jarcasting.com/artifacts/org.owasp.esapi.contrib/esapi-spring-encryptedproperties/
implementation ("org.owasp.esapi.contrib:esapi-spring-encryptedproperties:1.0.0")
'org.owasp.esapi.contrib:esapi-spring-encryptedproperties:jar:1.0.0'
<dependency org="org.owasp.esapi.contrib" name="esapi-spring-encryptedproperties" rev="1.0.0">
<artifact name="esapi-spring-encryptedproperties" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.owasp.esapi.contrib', module='esapi-spring-encryptedproperties', version='1.0.0')
)
libraryDependencies += "org.owasp.esapi.contrib" % "esapi-spring-encryptedproperties" % "1.0.0"
[org.owasp.esapi.contrib/esapi-spring-encryptedproperties "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.owasp.esapi : esapi | jar | 2.0GA |
org.springframework : spring-core | jar | 3.0.5.RELEASE |
org.springframework : spring-beans | jar | 3.0.5.RELEASE |