| License |
License |
|---|---|
| Categories |
CategoriesKotlin Languages |
| GroupId | GroupIdcom.github.thorbenkuck |
| ArtifactId | ArtifactIdrelease-parent-kotlin |
| Last Version | Last Version1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionRelease Parent Kotlin
A Parent, that contains all needed for deploying a kotlin framework
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| release-parent-kotlin-1.pom | 6 KB |
| release-parent-kotlin-1-javadoc.jar | 245 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.thorbenkuck/release-parent-kotlin/ -->
<dependency>
<groupId>com.github.thorbenkuck</groupId>
<artifactId>release-parent-kotlin</artifactId>
<version>1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thorbenkuck/release-parent-kotlin/
implementation 'com.github.thorbenkuck:release-parent-kotlin:1'
// https://jarcasting.com/artifacts/com.github.thorbenkuck/release-parent-kotlin/
implementation ("com.github.thorbenkuck:release-parent-kotlin:1")
'com.github.thorbenkuck:release-parent-kotlin:jar:1'
<dependency org="com.github.thorbenkuck" name="release-parent-kotlin" rev="1">
<artifact name="release-parent-kotlin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thorbenkuck', module='release-parent-kotlin', version='1')
)
libraryDependencies += "com.github.thorbenkuck" % "release-parent-kotlin" % "1"
[com.github.thorbenkuck/release-parent-kotlin "1"]