| Categories |
CategoriesPython Languages |
|---|---|
| GroupId | GroupIdorg.linqs |
| ArtifactId | ArtifactIdpsl-python |
| Version | VersionCANARY-2.3.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| psl-python-CANARY-2.3.1.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.linqs/psl-python/ -->
<dependency>
<groupId>org.linqs</groupId>
<artifactId>psl-python</artifactId>
<version>CANARY-2.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.linqs/psl-python/
implementation 'org.linqs:psl-python:CANARY-2.3.1'
// https://jarcasting.com/artifacts/org.linqs/psl-python/
implementation ("org.linqs:psl-python:CANARY-2.3.1")
'org.linqs:psl-python:pom:CANARY-2.3.1'
<dependency org="org.linqs" name="psl-python" rev="CANARY-2.3.1">
<artifact name="psl-python" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.linqs', module='psl-python', version='CANARY-2.3.1')
)
libraryDependencies += "org.linqs" % "psl-python" % "CANARY-2.3.1"
[org.linqs/psl-python "CANARY-2.3.1"]