License |
License |
---|---|
Categories |
CategoriesKotlin Languages Maven Build Tools Net |
GroupId | GroupIdnet.pwall.maven |
ArtifactId | ArtifactIdmaven-kotlin |
Last Version | Last Version4.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionnet.pwall.maven:maven-kotlin
Parent POM for Maven Kotlin projects
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
maven-kotlin-4.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.pwall.maven/maven-kotlin/ -->
<dependency>
<groupId>net.pwall.maven</groupId>
<artifactId>maven-kotlin</artifactId>
<version>4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.pwall.maven/maven-kotlin/
implementation 'net.pwall.maven:maven-kotlin:4.0'
// https://jarcasting.com/artifacts/net.pwall.maven/maven-kotlin/
implementation ("net.pwall.maven:maven-kotlin:4.0")
'net.pwall.maven:maven-kotlin:pom:4.0'
<dependency org="net.pwall.maven" name="maven-kotlin" rev="4.0">
<artifact name="maven-kotlin" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.pwall.maven', module='maven-kotlin', version='4.0')
)
libraryDependencies += "net.pwall.maven" % "maven-kotlin" % "4.0"
[net.pwall.maven/maven-kotlin "4.0"]