License |
License |
---|---|
GroupId | GroupIdorg.integratedmodelling |
ArtifactId | ArtifactIdklab-api |
Last Version | Last Version0.9.10 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThe core component of the k.LAB semantic modeling platform: the Java API, a common package providing a client, and the reference implementation of the semantic modeling engine.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
klab-api-0.9.10.pom | |
klab-api-0.9.10.jar | 172 KB |
klab-api-0.9.10-sources.jar | 392 KB |
klab-api-0.9.10-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.integratedmodelling/klab-api/ -->
<dependency>
<groupId>org.integratedmodelling</groupId>
<artifactId>klab-api</artifactId>
<version>0.9.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.integratedmodelling/klab-api/
implementation 'org.integratedmodelling:klab-api:0.9.10'
// https://jarcasting.com/artifacts/org.integratedmodelling/klab-api/
implementation ("org.integratedmodelling:klab-api:0.9.10")
'org.integratedmodelling:klab-api:jar:0.9.10'
<dependency org="org.integratedmodelling" name="klab-api" rev="0.9.10">
<artifact name="klab-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.integratedmodelling', module='klab-api', version='0.9.10')
)
libraryDependencies += "org.integratedmodelling" % "klab-api" % "0.9.10"
[org.integratedmodelling/klab-api "0.9.10"]