| License |
License |
|---|---|
| Categories |
CategoriesKotlin Languages |
| GroupId | GroupIdcom.github.vatbub |
| ArtifactId | ArtifactIdkotlinParentPom |
| Last Version | Last Version1.1.1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionVatbub's kotlin parent pom
A parent pom file for all of my kotlin projects.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| kotlinParentPom-1.1.1.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.vatbub/kotlinParentPom/ -->
<dependency>
<groupId>com.github.vatbub</groupId>
<artifactId>kotlinParentPom</artifactId>
<version>1.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.vatbub/kotlinParentPom/
implementation 'com.github.vatbub:kotlinParentPom:1.1.1'
// https://jarcasting.com/artifacts/com.github.vatbub/kotlinParentPom/
implementation ("com.github.vatbub:kotlinParentPom:1.1.1")
'com.github.vatbub:kotlinParentPom:pom:1.1.1'
<dependency org="com.github.vatbub" name="kotlinParentPom" rev="1.1.1">
<artifact name="kotlinParentPom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.vatbub', module='kotlinParentPom', version='1.1.1')
)
libraryDependencies += "com.github.vatbub" % "kotlinParentPom" % "1.1.1"
[com.github.vatbub/kotlinParentPom "1.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.5.0 |