<dependency> <groupId>hu.simplexion.z2</groupId> <artifactId>z2-commons</artifactId> <version>2023.7.17</version> </dependency>
implementation 'hu.simplexion.z2:z2-commons:2023.7.17'
implementation("hu.simplexion.z2:z2-commons:2023.7.17")
libraryDependencies += "hu.simplexion.z2" % "z2-commons" % "2023.7.17"
@Grapes( @Grab(group='hu.simplexion.z2', module='z2-commons', version='2023.7.17') )
<dependency org="hu.simplexion.z2" name="z2-commons" rev="2023.7.17" />
[hu.simplexion.z2/z2-commons "2023.7.17"]
'hu.simplexion.z2:z2-commons:jar:2023.7.17'
runtime
|-- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1
|-- org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1
|-- org.jetbrains.kotlinx:kotlinx-datetime:0.4.0
|-- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22