Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdio.github.mrvanish97.kbnsext |
ArtifactId | ArtifactIdkotlin-dsl-beans-extended |
Version | Version0.4.0 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/io.github.mrvanish97.kbnsext/kotlin-dsl-beans-extended/ -->
<dependency>
<groupId>io.github.mrvanish97.kbnsext</groupId>
<artifactId>kotlin-dsl-beans-extended</artifactId>
<version>0.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.mrvanish97.kbnsext/kotlin-dsl-beans-extended/
implementation 'io.github.mrvanish97.kbnsext:kotlin-dsl-beans-extended:0.4.0'
// https://jarcasting.com/artifacts/io.github.mrvanish97.kbnsext/kotlin-dsl-beans-extended/
implementation ("io.github.mrvanish97.kbnsext:kotlin-dsl-beans-extended:0.4.0")
'io.github.mrvanish97.kbnsext:kotlin-dsl-beans-extended:pom:0.4.0'
<dependency org="io.github.mrvanish97.kbnsext" name="kotlin-dsl-beans-extended" rev="0.4.0">
<artifact name="kotlin-dsl-beans-extended" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.mrvanish97.kbnsext', module='kotlin-dsl-beans-extended', version='0.4.0')
)
libraryDependencies += "io.github.mrvanish97.kbnsext" % "kotlin-dsl-beans-extended" % "0.4.0"
[io.github.mrvanish97.kbnsext/kotlin-dsl-beans-extended "0.4.0"]