p

psym

PSym runtime for the P programming language
https://github.com/p-org/P
MIT License
Aman Goel Ankush Desai
Files download
File Operation
psym-1.1.5.jar download
psym-1.1.5.pom download
psym-1.1.5-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.p-org</groupId>
  <artifactId>psym</artifactId>
  <version>1.1.5</version>
</dependency>
Gradle Groovy
implementation 'io.github.p-org:psym:1.1.5'
Gradle Kotlin
implementation("io.github.p-org:psym:1.1.5")
Scala SBT
libraryDependencies += "io.github.p-org" % "psym" % "1.1.5"
Groovy Grape
@Grapes(
  @Grab(group='io.github.p-org', module='psym', version='1.1.5')
)
Apache Ivy
<dependency org="io.github.p-org" name="psym" rev="1.1.5" />
Leiningen
[io.github.p-org/psym "1.1.5"]
Apache Buildr
'io.github.p-org:psym:jar:1.1.5'