How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.kotlincrypto.macs</groupId>
<artifactId>hmac-md-js</artifactId>
<version>0.3.0</version>
</dependency>
Choose a version of org.kotlincrypto.macs : hmac-md-js to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.3.x |
hmac-md-js-0.3.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.kotlincrypto.macs</groupId>
<artifactId>hmac-md-js</artifactId>
<version>0.3.0</version>
</dependency>
Advertisement