MVN

pl.damianszczepanik : silencio

Maven & Gradle

Jun 18, 2023
27 stars

silencio · Silencio is a Java library for transforming and converting XML, JSON, Properties, YAML and other formats. It is applicable for most operations such as obfuscation, encryption, minimisation (minifying), anonymous. Library is fully customizable and extensible.

<dependency>
    <groupId>pl.damianszczepanik</groupId>
    <artifactId>silencio</artifactId>
    <version>2.4.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of pl.damianszczepanik : silencio to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.5

All Versions

Choose a version of pl.damianszczepanik : silencio to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
silencio-2.4.5
silencio-2.4.4
silencio-2.4.3
silencio-2.4.2
silencio-2.4.1
silencio-2.4.0
2.3.x
silencio-2.3.0
2.2.x
silencio-2.2.1
silencio-2.2.0
2.1.x
silencio-2.1.0
2.0.x
silencio-2.0.0
1.1.x
silencio-1.1.0
1.0.x
silencio-1.0.0

How to add a dependency to Maven

Add the following pl.damianszczepanik : silencio maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>pl.damianszczepanik</groupId>
    <artifactId>silencio</artifactId>
    <version>2.4.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following pl.damianszczepanik : silencio gradle dependency to your build.gradle file:

implementation 'pl.damianszczepanik:silencio:2.4.5'

Gradle Kotlin DSL: Add the following pl.damianszczepanik : silencio gradle kotlin dependency to your build.gradle.kts file:

implementation("pl.damianszczepanik:silencio:2.4.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following pl.damianszczepanik : silencio sbt scala dependency to your build.sbt file:

libraryDependencies += "pl.damianszczepanik" % "silencio" % "2.4.5"