MVN

com.okta.kotlin : bom

Maven & Gradle

Aug 04, 2023
25 stars

Okta Mobile Kotlin - Bill of Materials · Okta Mobile Kotlin

<dependency>
    <groupId>com.okta.kotlin</groupId>
    <artifactId>bom</artifactId>
    <version>1.1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.okta.kotlin : bom to add to Maven - Latest Versions:

  • Latest Stable: 1.1.5
  • Latest Beta: 0.6.0-BETA

All Versions

Choose a version of com.okta.kotlin : bom to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
bom-1.1.5
bom-1.1.4
bom-1.1.3
bom-1.1.2
bom-1.1.1
bom-1.1.0
1.0.x
bom-1.0.0
0.6.x
bom-0.6.0-BETA
0.5.x
bom-0.5.0-BETA
0.4.x
bom-0.4.0-BETA

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.okta.kotlin</groupId>
    <artifactId>bom</artifactId>
    <version>1.1.5</version>
</dependency>

Advertisement