| License |
License |
|---|---|
| Categories |
CategoriesDKPro Business Logic Libraries Machine Learning Natural Language Processing |
| GroupId | GroupIdorg.dkpro.script |
| ArtifactId | ArtifactIddkpro-script |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionDKPro Script
Groovy-based DSL for DKPro Core pipelines.
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationUbiquitous Knowledge Processing (UKP) Lab, Technische Universität Darmstadt |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| dkpro-script-0.1.0.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.dkpro.script/dkpro-script/ -->
<dependency>
<groupId>org.dkpro.script</groupId>
<artifactId>dkpro-script</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.dkpro.script/dkpro-script/
implementation 'org.dkpro.script:dkpro-script:0.1.0'
// https://jarcasting.com/artifacts/org.dkpro.script/dkpro-script/
implementation ("org.dkpro.script:dkpro-script:0.1.0")
'org.dkpro.script:dkpro-script:pom:0.1.0'
<dependency org="org.dkpro.script" name="dkpro-script" rev="0.1.0">
<artifact name="dkpro-script" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.dkpro.script', module='dkpro-script', version='0.1.0')
)
libraryDependencies += "org.dkpro.script" % "dkpro-script" % "0.1.0"
[org.dkpro.script/dkpro-script "0.1.0"]