MVN

io.github.p-org : psym

Maven & Gradle

Aug 03, 2023
2.9k stars

PSym runtime · PSym runtime for the P programming language

<dependency>
    <groupId>io.github.p-org</groupId>
    <artifactId>psym</artifactId>
    <version>1.0.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.p-org : psym to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.10

All Versions

Choose a version of io.github.p-org : psym to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
psym-1.0.10
psym-1.0.9
psym-1.0.8
psym-1.0.7
psym-1.0.6
psym-1.0.5
psym-1.0.4
psym-1.0.3
psym-1.0.2
psym-1.0.1
psym-1.0.0
0.5.x
psym-0.5.9
psym-0.5.8
psym-0.5.7
psym-0.5.6
psym-0.5.5
psym-0.5.4
psym-0.5.3
psym-0.5.2
psym-0.5.1
psym-0.5.0
0.4
psym-0.4
0.3
psym-0.3
0.2
psym-0.2

How to add a dependency to Maven

Add the following io.github.p-org : psym maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.p-org</groupId>
    <artifactId>psym</artifactId>
    <version>1.0.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.p-org : psym gradle dependency to your build.gradle file:

implementation 'io.github.p-org:psym:1.0.10'

Gradle Kotlin DSL: Add the following io.github.p-org : psym gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.p-org:psym:1.0.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.p-org : psym sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.p-org" % "psym" % "1.0.10"

Advertisement