License |
License |
---|---|
Categories |
CategoriesTakes User Interface Web Frameworks |
GroupId | GroupIdorg.apache.ctakes |
ArtifactId | ArtifactIdctakes-temporal |
Last Version | Last Version4.0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache cTAKES Temporal Information Extraction
The Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ctakes-temporal-4.0.0.1.pom | |
ctakes-temporal-4.0.0.1.jar | 504 KB |
ctakes-temporal-4.0.0.1-sources.jar | 304 KB |
ctakes-temporal-4.0.0.1-javadoc.jar | 946 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.ctakes/ctakes-temporal/ -->
<dependency>
<groupId>org.apache.ctakes</groupId>
<artifactId>ctakes-temporal</artifactId>
<version>4.0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ctakes/ctakes-temporal/
implementation 'org.apache.ctakes:ctakes-temporal:4.0.0.1'
// https://jarcasting.com/artifacts/org.apache.ctakes/ctakes-temporal/
implementation ("org.apache.ctakes:ctakes-temporal:4.0.0.1")
'org.apache.ctakes:ctakes-temporal:jar:4.0.0.1'
<dependency org="org.apache.ctakes" name="ctakes-temporal" rev="4.0.0.1">
<artifact name="ctakes-temporal" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.ctakes', module='ctakes-temporal', version='4.0.0.1')
)
libraryDependencies += "org.apache.ctakes" % "ctakes-temporal" % "4.0.0.1"
[org.apache.ctakes/ctakes-temporal "4.0.0.1"]