is not current version
Last Version 0.9.10

org.integratedmodelling:klab-core 0.9.9

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.

GroupId

GroupId

org.integratedmodelling
ArtifactId

ArtifactId

klab-core
Version

Version

0.9.9
Type

Type

pom

Download klab-core 0.9.9

Filename Size
klab-core-0.9.9.pom 16 KB
Browse

<!-- https://jarcasting.com/artifacts/org.integratedmodelling/klab-core/ -->
<dependency>
    <groupId>org.integratedmodelling</groupId>
    <artifactId>klab-core</artifactId>
    <version>0.9.9</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.integratedmodelling/klab-core/
implementation 'org.integratedmodelling:klab-core:0.9.9'
// https://jarcasting.com/artifacts/org.integratedmodelling/klab-core/
implementation ("org.integratedmodelling:klab-core:0.9.9")
'org.integratedmodelling:klab-core:pom:0.9.9'
<dependency org="org.integratedmodelling" name="klab-core" rev="0.9.9">
  <artifact name="klab-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.integratedmodelling', module='klab-core', version='0.9.9')
)
libraryDependencies += "org.integratedmodelling" % "klab-core" % "0.9.9"
[org.integratedmodelling/klab-core "0.9.9"]