License |
License |
---|---|
Categories |
CategoriesSearch Business Logic Libraries |
GroupId | GroupIdorg.zalando.research |
ArtifactId | ArtifactIdzap-srl-model |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionZAP SRL Model
Model for English SRL, used in ZAP.
|
Project URL |
Project URL |
Filename | Size |
---|---|
zap-srl-model-1.0.pom | |
zap-srl-model-1.0.jar | 435 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.zalando.research/zap-srl-model/ -->
<dependency>
<groupId>org.zalando.research</groupId>
<artifactId>zap-srl-model</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.zalando.research/zap-srl-model/
implementation 'org.zalando.research:zap-srl-model:1.0'
// https://jarcasting.com/artifacts/org.zalando.research/zap-srl-model/
implementation ("org.zalando.research:zap-srl-model:1.0")
'org.zalando.research:zap-srl-model:jar:1.0'
<dependency org="org.zalando.research" name="zap-srl-model" rev="1.0">
<artifact name="zap-srl-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zalando.research', module='zap-srl-model', version='1.0')
)
libraryDependencies += "org.zalando.research" % "zap-srl-model" % "1.0"
[org.zalando.research/zap-srl-model "1.0"]