License |
License |
---|---|
GroupId | GroupIdorg.integratedmodelling |
ArtifactId | ArtifactIdklab-core |
Last Version | Last Version0.9.10 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionk.LAB core
The 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 URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
klab-core-0.9.10.pom | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.integratedmodelling/klab-core/ -->
<dependency>
<groupId>org.integratedmodelling</groupId>
<artifactId>klab-core</artifactId>
<version>0.9.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.integratedmodelling/klab-core/
implementation 'org.integratedmodelling:klab-core:0.9.10'
// https://jarcasting.com/artifacts/org.integratedmodelling/klab-core/
implementation ("org.integratedmodelling:klab-core:0.9.10")
'org.integratedmodelling:klab-core:pom:0.9.10'
<dependency org="org.integratedmodelling" name="klab-core" rev="0.9.10">
<artifact name="klab-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.integratedmodelling', module='klab-core', version='0.9.10')
)
libraryDependencies += "org.integratedmodelling" % "klab-core" % "0.9.10"
[org.integratedmodelling/klab-core "0.9.10"]