License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.github.vatbub |
ArtifactId | ArtifactIdkotlinParentPom |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionA global pom for all fok projects
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kotlinParentPom-1.0.0.pom | 6 KB |
kotlinParentPom-1.0.0-javadoc.jar | 245 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.vatbub/kotlinParentPom/ -->
<dependency>
<groupId>com.github.vatbub</groupId>
<artifactId>kotlinParentPom</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vatbub/kotlinParentPom/
implementation 'com.github.vatbub:kotlinParentPom:1.0.0'
// https://jarcasting.com/artifacts/com.github.vatbub/kotlinParentPom/
implementation ("com.github.vatbub:kotlinParentPom:1.0.0")
'com.github.vatbub:kotlinParentPom:jar:1.0.0'
<dependency org="com.github.vatbub" name="kotlinParentPom" rev="1.0.0">
<artifact name="kotlinParentPom" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vatbub', module='kotlinParentPom', version='1.0.0')
)
libraryDependencies += "com.github.vatbub" % "kotlinParentPom" % "1.0.0"
[com.github.vatbub/kotlinParentPom "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.10 |
org.jetbrains : annotations | jar | 20.1.0 |