License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.okta.kotlin |
ArtifactId | ArtifactIdbom |
Last Version | Last Version0.6.0-BETA |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionOkta Mobile Kotlin - Bill of Materials
Okta Mobile Kotlin
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bom-0.6.0-BETA.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.okta.kotlin/bom/ -->
<dependency>
<groupId>com.okta.kotlin</groupId>
<artifactId>bom</artifactId>
<version>0.6.0-BETA</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.okta.kotlin/bom/
implementation 'com.okta.kotlin:bom:0.6.0-BETA'
// https://jarcasting.com/artifacts/com.okta.kotlin/bom/
implementation ("com.okta.kotlin:bom:0.6.0-BETA")
'com.okta.kotlin:bom:pom:0.6.0-BETA'
<dependency org="com.okta.kotlin" name="bom" rev="0.6.0-BETA">
<artifact name="bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.okta.kotlin', module='bom', version='0.6.0-BETA')
)
libraryDependencies += "com.okta.kotlin" % "bom" % "0.6.0-BETA"
[com.okta.kotlin/bom "0.6.0-BETA"]