License |
License |
---|---|
Categories |
CategoriesTakes User Interface Web Frameworks |
GroupId | GroupIdorg.apache.ctakes |
ArtifactId | ArtifactIdctakes-assertion |
Last Version | Last Version4.0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache cTAKES Assertion
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-assertion-4.0.0.1.pom | |
ctakes-assertion-4.0.0.1.jar | 89 KB |
ctakes-assertion-4.0.0.1-sources.jar | 61 KB |
ctakes-assertion-4.0.0.1-javadoc.jar | 225 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.ctakes/ctakes-assertion/ -->
<dependency>
<groupId>org.apache.ctakes</groupId>
<artifactId>ctakes-assertion</artifactId>
<version>4.0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ctakes/ctakes-assertion/
implementation 'org.apache.ctakes:ctakes-assertion:4.0.0.1'
// https://jarcasting.com/artifacts/org.apache.ctakes/ctakes-assertion/
implementation ("org.apache.ctakes:ctakes-assertion:4.0.0.1")
'org.apache.ctakes:ctakes-assertion:jar:4.0.0.1'
<dependency org="org.apache.ctakes" name="ctakes-assertion" rev="4.0.0.1">
<artifact name="ctakes-assertion" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.ctakes', module='ctakes-assertion', version='4.0.0.1')
)
libraryDependencies += "org.apache.ctakes" % "ctakes-assertion" % "4.0.0.1"
[org.apache.ctakes/ctakes-assertion "4.0.0.1"]