License |
License |
---|---|
GroupId | GroupIdorg.linqs |
ArtifactId | ArtifactIdpsl-parser |
Last Version | Last Version2.2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionpsl-parser
The model-parsing interface module of the PSL software.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
psl-parser-2.2.2.pom | |
psl-parser-2.2.2.jar | 122 KB |
psl-parser-2.2.2-sources.jar | 44 KB |
psl-parser-2.2.2-javadoc.jar | 435 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.linqs/psl-parser/ -->
<dependency>
<groupId>org.linqs</groupId>
<artifactId>psl-parser</artifactId>
<version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.linqs/psl-parser/
implementation 'org.linqs:psl-parser:2.2.2'
// https://jarcasting.com/artifacts/org.linqs/psl-parser/
implementation ("org.linqs:psl-parser:2.2.2")
'org.linqs:psl-parser:jar:2.2.2'
<dependency org="org.linqs" name="psl-parser" rev="2.2.2">
<artifact name="psl-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.linqs', module='psl-parser', version='2.2.2')
)
libraryDependencies += "org.linqs" % "psl-parser" % "2.2.2"
[org.linqs/psl-parser "2.2.2"]
Group / Artifact | Type | Version |
---|---|---|
org.linqs : psl-core | jar | 2.2.2 |
org.antlr : antlr4-runtime | jar | 4.7.1 |
commons-cli : commons-cli | jar | 1.3.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |