MVN

com.ethteck.decodetect : decodetect

Maven & Gradle

Aug 24, 2019
1 stars

Encoding detection library in pure Java

<dependency>
    <groupId>com.ethteck.decodetect</groupId>
    <artifactId>decodetect</artifactId>
    <version>0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ethteck.decodetect : decodetect to add to Maven - Latest Versions:

  • Latest Stable: 0.3

All Versions

Choose a version of com.ethteck.decodetect : decodetect to add to Maven - All Versions:

Version Vulnerabilities Updated
0.3
decodetect-0.3
0.2
decodetect-0.2
0.1
decodetect-0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.ethteck.decodetect</groupId>
    <artifactId>decodetect</artifactId>
    <version>0.3</version>
</dependency>

Advertisement