is not current version
Last Version 1.1.3

com.github.bgalek.security.svg:safe-svg 1.0.0

Simple and lightweight library that helps to validate SVG files in security manners.

Categories

Categories

Security
GroupId

GroupId

com.github.bgalek.security.svg
ArtifactId

ArtifactId

safe-svg
Version

Version

1.0.0
Type

Type

jar

Download safe-svg 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.bgalek.security.svg/safe-svg/ -->
<dependency>
    <groupId>com.github.bgalek.security.svg</groupId>
    <artifactId>safe-svg</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bgalek.security.svg/safe-svg/
implementation 'com.github.bgalek.security.svg:safe-svg:1.0.0'
// https://jarcasting.com/artifacts/com.github.bgalek.security.svg/safe-svg/
implementation ("com.github.bgalek.security.svg:safe-svg:1.0.0")
'com.github.bgalek.security.svg:safe-svg:jar:1.0.0'
<dependency org="com.github.bgalek.security.svg" name="safe-svg" rev="1.0.0">
  <artifact name="safe-svg" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bgalek.security.svg', module='safe-svg', version='1.0.0')
)
libraryDependencies += "com.github.bgalek.security.svg" % "safe-svg" % "1.0.0"
[com.github.bgalek.security.svg/safe-svg "1.0.0"]