License |
License |
---|---|
GroupId | GroupIdorg.jetbrains.exposed |
ArtifactId | ArtifactIdexposed-bom |
Last Version | Last Version0.38.2 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionexposed-bom
Exposed, an ORM framework for Kotlin
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
exposed-bom-0.38.2.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/org.jetbrains.exposed/exposed-bom/ -->
<dependency>
<groupId>org.jetbrains.exposed</groupId>
<artifactId>exposed-bom</artifactId>
<version>0.38.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jetbrains.exposed/exposed-bom/
implementation 'org.jetbrains.exposed:exposed-bom:0.38.2'
// https://jarcasting.com/artifacts/org.jetbrains.exposed/exposed-bom/
implementation ("org.jetbrains.exposed:exposed-bom:0.38.2")
'org.jetbrains.exposed:exposed-bom:pom:0.38.2'
<dependency org="org.jetbrains.exposed" name="exposed-bom" rev="0.38.2">
<artifact name="exposed-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jetbrains.exposed', module='exposed-bom', version='0.38.2')
)
libraryDependencies += "org.jetbrains.exposed" % "exposed-bom" % "0.38.2"
[org.jetbrains.exposed/exposed-bom "0.38.2"]