p

pkl-core

Core implementation of the Pkl configuration language. Includes Java APIs for embedding the language into JVM applications, and for building libraries and tools on top of the language.
https://github.com/apple/pkl/tree/main/pkl-core
The Apache Software License, Version 2.0
The Pkl Authors
Files download
File Operation
pkl-core-0.25.0.jar download
pkl-core-0.25.0.pom download
pkl-core-0.25.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.pkl-lang</groupId>
  <artifactId>pkl-core</artifactId>
  <version>0.25.0</version>
</dependency>
Gradle Groovy
implementation 'org.pkl-lang:pkl-core:0.25.0'
Gradle Kotlin
implementation("org.pkl-lang:pkl-core:0.25.0")
Scala SBT
libraryDependencies += "org.pkl-lang" % "pkl-core" % "0.25.0"
Groovy Grape
@Grapes(
  @Grab(group='org.pkl-lang', module='pkl-core', version='0.25.0')
)
Apache Ivy
<dependency org="org.pkl-lang" name="pkl-core" rev="0.25.0" />
Leiningen
[org.pkl-lang/pkl-core "0.25.0"]
Apache Buildr
'org.pkl-lang:pkl-core:jar:0.25.0'