Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.4%) to scientific vocabulary
Keywords
Repository
Basic Info
- Host: GitHub
- Owner: integratedmodelling
- License: agpl-3.0
- Language: Java
- Default Branch: develop
- Homepage: https://docs.integratedmodelling.org/technote
- Size: 263 MB
Statistics
- Stars: 14
- Watchers: 6
- Forks: 6
- Open Issues: 14
- Releases: 0
Topics
Metadata Files
README.md
k.LAB: a software stack for semantic modeling

This project contains version 0.11.x of k.LAB. The k.LAB software stack implements a semantic web platform for integrated, distributed semantic modeling. See http://www.integratedmodelling.org for details on k.LAB and the mission behind it.
A technical overview of the k.LAB software stack is available at https://docs.integratedmodelling.org/technote/index.html.
k.LAB aims to address the activity of integrated modeling, which reconciles strong semantics with modeling practice, helping achieve advantages such as modularity, interoperability, reusability, and integration of multiple paradigms and scales. To achieve this goal, k.LAB keeps the logical representation of the modeled world distinct from the algorithmic knowledge that allows it to be simulated, and uses artificial intelligence to assemble computations that produce observations of such knowledge. The resulting user experience enables workflows that only use the semantics of the information in order to obtain results, making the need for modeling skills a choice rather than a necessity for most users.
While k.LAB has been in use for several years, k.LAB v 0.10.0 should be considered a preview release and all APIs and code structure are subject to change at this time. It includes the following software components:
- Semantic modeling engine (klab.engine) providing:
- support for the basic semantic modeling workflow: k.IM language support with reasoning, resolver, dataflow compiler and runtime;
- support for creating and using URN-based non-semantic resources and for their semantic annotation in k.IM;
- support for instrumenting "live" sessions, users and observations with behaviors using the k.Actors language, enabling complex individual-based models and specialized applications;
- support for 2D regular and irregular spatial extents (GIS functionalities) through Geotools, including OGC services;
- support for regular and irregular temporal extents;
- support for tabular resources with interfaces for common (XLS, Access, JDBC, text) and specialized (weather stations) formats;
- configurable runtime for local, enhanced local (using GPU and virtual memory) and distributed computation;
- Ability to connect to remote computations and build interactive, distributed agent systems (based on Akka);
- Groovy-based agent modeling language bindings;
- support for machine learning through WEKA integration;
- support for calibration and data assimilation through OpenDA integration;
- REST API and UI for web-based modeling and administration
- Node server software that can be installed on a network server to create a node of the k.LAB semantic web, with the option of spawning networked knowledge servers and modelling engines as seen fit by the node administrators.
- Command-line tooling, including:
- Command line engine interface for debugging and expert operations;
- OWL processor to save k.IM worldviews as OWL ontologies and perform inquiries and alignments
- Bulk import, validation, publishing and CRUD operations on resources
- Eclipse IDE for modelers, providing:
- Component development tools:
- Maven component archetype
- Web explorer application
- User and developer documentation (Asciidoc, in early stages of development)
A working distribution of k.LAB is not easily obtainable by merely downloading and compiling the code, as using the software requires registration to access the k.LAB semantic web. Prospective users should consult https://www.integratedmodelling.org/statics/pages/gettingstarted.html to access binary distributions, licensing information and registration instructions.
The development of k.LAB has been or is being supported by the US National Science Foundation, the European Union, UNEP-WCMC, the UK NERC, the Basque Government, the Interamerican Development Bank, the United Nations and other actors, starting in 2007.
The main active developers are:
- Ferdinando Villa (lead developer and designer, modeling engine and IDE)
- Enrico Girotto (UI, web development, release engineering)
- Steven Wohl (networking, authentication, security)
- Andrea Antonello (geospatial and hydrological modeling)
Any inquiries should be directed to info@integratedmodelling.org.
Owner
- Name: Integrated Modelling Partnership
- Login: integratedmodelling
- Kind: organization
- Email: info@integratedmodelling.org
- Website: https://integratedmodelling.org
- Repositories: 21
- Profile: https://github.com/integratedmodelling
GitHub Events
Total
- Create event: 65
- Commit comment event: 1
- Watch event: 3
- Delete event: 36
- Member event: 4
- Issue comment event: 10
- Push event: 309
- Pull request review comment event: 5
- Pull request review event: 29
- Pull request event: 97
- Fork event: 1
Last Year
- Create event: 65
- Commit comment event: 1
- Watch event: 3
- Delete event: 36
- Member event: 4
- Issue comment event: 10
- Push event: 309
- Pull request review comment event: 5
- Pull request review event: 29
- Pull request event: 97
- Fork event: 1
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 0
- Total pull requests: 40
- Average time to close issues: N/A
- Average time to close pull requests: 4 days
- Total issue authors: 0
- Total pull request authors: 4
- Average comments per issue: 0
- Average comments per pull request: 0.18
- Merged pull requests: 33
- Bot issues: 0
- Bot pull requests: 6
Past Year
- Issues: 0
- Pull requests: 40
- Average time to close issues: N/A
- Average time to close pull requests: 4 days
- Issue authors: 0
- Pull request authors: 4
- Average comments per issue: 0
- Average comments per pull request: 0.18
- Merged pull requests: 33
- Bot issues: 0
- Bot pull requests: 6
Top Authors
Issue Authors
- dependabot[bot] (2)
- iperdomo (1)
Pull Request Authors
- inigo-cobian (45)
- kristinaBc3 (30)
- dependabot[bot] (22)
- euskalhenriko (19)
- klab-bot (11)
- iperdomo (10)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- org.integratedmodelling:klab.adapter.datacube ${klab.version}
- org.integratedmodelling:klab.components.cdm ${klab.version}
- org.integratedmodelling:klab.engine ${klab.version}
- org.integratedmodelling:org.integratedmodelling.klab.api ${klab.version}
- org.integratedmodelling:klab.components.cdm ${klab.version}
- org.integratedmodelling:klab.engine ${klab.version}
- org.integratedmodelling:klab.ogc ${klab.version}
- org.integratedmodelling:org.integratedmodelling.klab.api ${klab.version}
- com.github.javadev:underscore 1.68
- net.postgis:postgis-geometry 2.5.0
- org.geotools.jdbc:gt-jdbc-postgis ${geotools.version}
- org.geotools:gt-geojson ${geotools.version}
- org.geotools:gt-wfs-ng ${geotools.version}
- org.integratedmodelling:klab.engine ${klab.version}
- org.integratedmodelling:org.integratedmodelling.klab.api ${klab.version}
- org.integratedmodelling:klab.component.tables ${klab.version}
- org.integratedmodelling:klab.modeler ${klab.version}
- org.integratedmodelling:klab.modeler ${klab.version}
- org.integratedmodelling:klab.modeler ${klab.version}
- org.apache.commons:commons-csv 1.5
- org.integratedmodelling:klab.modeler ${klab.version}
- com.fasterxml.jackson.core:jackson-annotations ${jackson-version}
- com.fasterxml.jackson.core:jackson-core ${jackson-version}
- com.fasterxml.jackson.core:jackson-databind ${jackson-version}
- com.googlecode.ictclas4j:ictclas4j 1.0.1
- com.googlecode.json-simple:json-simple 1.1
- com.memetix:microsoft-translator-java-api 0.6.2
- commons-io:commons-io 2.4
- commons-logging:commons-logging 1.1
- dom4j:dom4j 1.6.1
- org.integratedmodelling:klab.modeler ${klab.version}
- org.json:json 20090211
- org.semanticweb.elk:elk-owlapi 0.4.2
- com.github.jsonld-java:jsonld-java 0.13.4
- org.integratedmodelling:klab.engine ${klab.version}
- org.integratedmodelling:org.integratedmodelling.klab.api ${klab.version}
- org.springframework.boot:spring-boot-starter-data-mongodb ${spring-boot.version}
- gov.nist.math:jama 1.0.3
- org.integratedmodelling:klab.engine ${klab.version}
- org.integratedmodelling:org.integratedmodelling.klab.api ${klab.version}
- org.locationtech.geotrellis:geotrellis-raster_2.12 2.2.0
- org.locationtech.geotrellis:geotrellis-vector_2.12 2.2.0
- org.hortonmachine:hm-hmachine ${hortonmachine.version}
- org.hortonmachine:hm-lesto ${hortonmachine.version}
- org.integratedmodelling:klab.engine ${klab.version}
- org.integratedmodelling:org.integratedmodelling.klab.api ${klab.version}
- org.integratedmodelling:klab.component.ml ${klab.version}
- org.integratedmodelling:klab.engine ${klab.version}
- org.integratedmodelling:org.integratedmodelling.klab.api ${klab.version}
- colt:colt 1.2.0
- org.integratedmodelling:klab.engine ${klab.version}
- org.integratedmodelling:org.integratedmodelling.klab.api ${klab.version}
- net.sf.jopt-simple:jopt-simple 4.6
- nz.ac.waikato.cms.weka:weka-stable 3.8.3
- org.eclipse.xtext:org.eclipse.xtext.testing ${xtextVersion}
- org.integratedmodelling:klab.modeler ${klab.version}
- org.mvel:mvel 2.0-dp4
- org.ojalgo:ojalgo 31.0
- org.integratedmodelling:klab.engine ${klab.version}
- org.integratedmodelling:org.integratedmodelling.klab.api ${klab.version}
- org.orbisgis:cts 1.5.2
- org.orbisgis:poly2tri-core 0.1.2
- org.integratedmodelling:klab.engine ${klab.version}
- org.integratedmodelling:org.integratedmodelling.klab.api ${klab.version}
- it.bancaditalia.oss:sdmx 2.3.4
- org.integratedmodelling:klab.engine ${klab.version}
- org.integratedmodelling:org.integratedmodelling.klab.api ${klab.version}
- org.integratedmodelling:klab.engine ${klab.version}
- org.integratedmodelling:org.integratedmodelling.klab.api ${klab.version}
- it.bancaditalia.oss:sdmx 2.3.4
- org.apache.commons:commons-csv 1.6
- org.apache.httpcomponents:httpclient 4.5.2
- org.eclipse.rdf4j:rdf4j-rio-datatypes 3.7.3
- org.eclipse.rdf4j:rdf4j-rio-languages 3.7.3
- org.eclipse.rdf4j:rdf4j-rio-turtle 3.7.3
- org.integratedmodelling:klab.components.cdm ${klab.version}
- org.integratedmodelling:klab.modeler ${klab.version}
- tech.tablesaw:tablesaw-core 0.38.5
- tech.tablesaw:tablesaw-excel 0.38.5
- org.integratedmodelling:klab.adapter.datacube ${klab.version}
- org.integratedmodelling:klab.components.cdm ${klab.version}
- org.integratedmodelling:klab.engine ${klab.version}
- org.integratedmodelling:org.integratedmodelling.klab.api ${klab.version}
- edu.ucar:grib 5.4.1
- edu.ucar:netcdf4 5.4.1
- edu.ucar:opendap 5.4.1
- org.apache.httpcomponents:httpclient 4.5.2
- org.integratedmodelling:klab.modeler ${klab.version}
- org.integratedmodelling:klab.modeler ${klab.version}
- 397 dependencies
- @rollup/plugin-commonjs ^17.0.0 development
- @rollup/plugin-json ^4.1.0 development
- @rollup/plugin-node-resolve ^11.1.0 development
- @typescript-eslint/eslint-plugin ^4.6.1 development
- @typescript-eslint/parser ^4.6.1 development
- clean-css ^5.0.1 development
- cli-table ^0.3.1 development
- colors ^1.1.2 development
- commander ^7.0.0 development
- deep-freeze-es6 ^1.4.1 development
- del ^6.0.0 development
- dependency-resolver ^2.0.1 development
- eslint ^7.12.1 development
- eslint-config-standard ^16.0.1 development
- eslint-plugin-import ^2.22.1 development
- eslint-plugin-node ^11.1.0 development
- eslint-plugin-promise ^4.2.1 development
- glob ^7.1.6 development
- glob-promise ^4.0.1 development
- handlebars ^4.7.7 development
- jsdom ^16.4.0 development
- lodash ^4.17.21 development
- mocha ^8.2.1 development
- refa ^0.4.1 development
- rollup ^2.33.1 development
- should ^13.2.3 development
- terser ^5.3.8 development
- tiny-worker ^2.3.0 development
- typescript ^4.0.5 development
- node 12-slim build
- org.integratedmodelling:klab.engine ${klab.version}
- org.integratedmodelling:org.integratedmodelling.klab.api ${klab.version}
- org.eclipse.emf:org.eclipse.emf.mwe2.launch
- org.eclipse.xtext:org.eclipse.xtext ${xtextVersion}
- org.eclipse.xtext:org.eclipse.xtext.xbase ${xtextVersion}
- org.eclipse.xtext:org.eclipse.xtext.xtext.generator ${xtextVersion}
- org.eclipse.xtext:xtext-antlr-generator
- org.eclipse.xtext:org.eclipse.xtext.testing ${xtextVersion} test
- org.eclipse.xtext:org.eclipse.xtext.xbase.testing ${xtextVersion} test
- log4j:log4j
- org.eclipse.lsp4j:org.eclipse.lsp4j
- org.ow2.asm:asm
- org.ow2.asm:asm-commons
- org.ow2.asm:asm-tree
- org.eclipse.jetty:jetty-annotations 9.4.14.v20181114 provided
- org.slf4j:slf4j-simple 1.7.21 provided
- ${project.groupId}:org.integratedmodelling.kactors ${project.version}
- ${project.groupId}:org.integratedmodelling.kactors.ide ${project.version}
- org.eclipse.xtend:org.eclipse.xtend.lib ${xtextVersion}
- org.eclipse.xtext:org.eclipse.xtext.web.servlet ${xtextVersion}
- org.eclipse.xtext:org.eclipse.xtext.xbase.web ${xtextVersion}
- org.webjars:ace 1.3.3
- org.webjars:jquery 3.4.1
- org.webjars:requirejs 2.3.6
- org.eclipse.xtext:xtext-dev-bom ${xtextVersion} import
- org.eclipse.emf:org.eclipse.emf.mwe2.launch ${mweVersion}
- org.eclipse.platform:org.eclipse.equinox.common 3.14.100
- org.eclipse.xtext:org.eclipse.xtext ${xtextVersion}
- org.eclipse.xtext:org.eclipse.xtext.xbase ${xtextVersion}
- org.eclipse.xtext:org.eclipse.xtext.xtext.generator ${xtextVersion}
- org.eclipse.xtext:xtext-antlr-generator 2.1.1
- org.eclipse.xtext:org.eclipse.xtext.testing ${xtextVersion} test
- org.eclipse.xtext:org.eclipse.xtext.xbase.testing ${xtextVersion} test
- org.eclipse.jetty:jetty-annotations 9.4.8.v20171121 provided
- org.slf4j:slf4j-simple 1.7.21 provided
- ${project.groupId}:org.integratedmodelling.kdl ${project.version}
- ${project.groupId}:org.integratedmodelling.kdl.ide ${project.version}
- org.eclipse.jetty:jetty-server 9.4.8.v20171121
- org.eclipse.xtend:org.eclipse.xtend.lib ${xtextVersion}
- org.eclipse.xtext:org.eclipse.xtext.web.servlet ${xtextVersion}
- org.eclipse.xtext:org.eclipse.xtext.xbase.web ${xtextVersion}
- org.webjars:ace 1.2.3
- org.webjars:jquery 2.2.4
- org.webjars:requirejs 2.3.2
- org.eclipse.emf:org.eclipse.emf.mwe2.launch ${mweVersion}
- org.eclipse.platform:org.eclipse.equinox.common 3.14.100
- org.eclipse.xtext:org.eclipse.xtext ${xtextVersion}
- org.eclipse.xtext:org.eclipse.xtext.xbase ${xtextVersion}
- org.eclipse.xtext:org.eclipse.xtext.xtext.generator ${xtextVersion}
- org.eclipse.xtext:xtext-antlr-generator 2.1.1
- org.eclipse.xtext:org.eclipse.xtext.testing ${xtextVersion} test
- org.eclipse.xtext:org.eclipse.xtext.xbase.testing ${xtextVersion} test
- org.eclipse.jetty:jetty-annotations 9.4.8.v20171121 provided
- org.slf4j:slf4j-simple 1.7.21 provided
- ${project.groupId}:org.integratedmodelling.kim ${project.version}
- ${project.groupId}:org.integratedmodelling.kim.ide ${project.version}
- org.eclipse.xtend:org.eclipse.xtend.lib ${xtextVersion}
- org.eclipse.xtext:org.eclipse.xtext.web.servlet ${xtextVersion}
- org.eclipse.xtext:org.eclipse.xtext.xbase.web ${xtextVersion}
- org.webjars:ace 1.2.3
- org.webjars:jquery 2.2.4
- org.webjars:requirejs 2.3.2
- com.github.jsonld-java:jsonld-java ${jsonld-java-version}
- org.springframework.boot:spring-boot-starter-data-ldap ${spring-boot.version}
- org.springframework.boot:spring-boot-starter-data-mongodb ${spring-boot.version}
- org.springframework.boot:spring-boot-starter-mail ${spring-boot.version}
- org.springframework.boot:spring-boot-starter-security ${spring-boot.version}
- org.springframework.boot:spring-boot-starter-validation ${spring-boot.version}
- org.springframework.boot:spring-boot-starter-web ${spring-boot.version}
- org.springframework.security:spring-security-ldap ${spring-security.version}
- org.springframework.security:spring-security-test ${spring-security.version}
- org.springframework.boot:spring-boot-starter-test ${spring-boot.version} test
- org.slf4j:slf4j-simple 1.7.21 provided
- com.google.protobuf:protobuf-java 3.11.1
- com.google.protobuf:protobuf-java-util 3.11.1
- commons-io:commons-io 2.11.0
- joda-time:joda-time ${joda-time-version}
- org.apache.httpcomponents:httpclient 4.5.2
- org.integratedmodelling:org.integratedmodelling.klab.api ${klab.version}
- org.springframework.boot:spring-boot-starter-actuator ${spring-boot.version}
- org.springframework.boot:spring-boot-starter-security ${spring-boot.version}
- org.springframework.boot:spring-boot-starter-web ${spring-boot.version}
- args4j:args4j 2.33
- com.fasterxml.jackson.module:jackson-module-jsonSchema ${jackson-version}
- com.github.vlsi.mxgraph:jgraphx 4.2.2
- com.google.code.findbugs:jsr305 3.0.2
- com.google.guava:guava 28.0-jre
- com.google.protobuf:protobuf-java 3.11.1
- com.google.protobuf:protobuf-java-util 3.11.1
- com.hermit-reasoner:org.semanticweb.hermit 1.3.8.4
- com.kjetland:mbknor-jackson-jsonschema_2.12 1.0.36
- com.konghq:unirest-java 3.13.6
- com.konghq:unirest-objectmapper-jackson 3.13.6
- com.typesafe.akka:akka-actor-typed_2.12 2.6.3
- com.verhas:license3j 2.0.0-JVM8
- com.vladsch.flexmark:flexmark-all 0.34.28
- commons-codec:commons-codec 1.9
- commons-collections:commons-collections 3.2
- commons-io:commons-io 2.7
- de.topobyte:osm4j-core 1.2.0
- de.topobyte:osm4j-geometry 1.2.0
- de.topobyte:osm4j-utils 1.2.0
- de.topobyte:osm4j-xml 1.2.0
- io.springfox:springfox-swagger-ui 2.9.2
- io.springfox:springfox-swagger2 2.9.2
- it.uniroma1.dis.wsngroup.gexf4j:gexf4j 0.4.3-BETA
- joda-time:joda-time ${joda-time-version}
- net.lingala.zip4j:zip4j 1.3.2
- net.postgis:postgis-geometry 2.5.0
- net.sf.jopt-simple:jopt-simple 4.6
- net.sf.jung:jung-algorithms ${jung.version}
- net.sf.jung:jung-graph-impl ${jung.version}
- net.sf.jung:jung-io ${jung.version}
- net.sf.jung:jung-samples ${jung.version}
- net.sf.jung:jung-visualization ${jung.version}
- net.sourceforge.owlapi:owlapi-distribution 3.4.10
- org.apache.commons:commons-exec 1.2
- org.apache.commons:commons-lang3 3.12.0
- org.apache.commons:commons-math3 3.6.1
- org.apache.commons:commons-pool2 2.2
- org.apache.commons:commons-text 1.10.0
- org.apache.lucene:lucene-core 7.4.0
- org.apache.lucene:lucene-queryparser 7.4.0
- org.apache.lucene:lucene-spatial 7.4.0
- org.apache.lucene:lucene-suggest 7.4.0
- org.apache.maven.shared:maven-invoker 2.2
- org.apache.poi:poi 4.1.0
- org.apache.poi:poi-ooxml 4.1.0
- org.apache.velocity:velocity-engine-core 2.1
- org.atteo:evo-inflector 1.2.2
- org.codehaus.groovy:groovy 3.0.7
- org.eclipse.elk:org.eclipse.elk.alg.layered 0.4.1
- org.eclipse.elk:org.eclipse.elk.core 0.4.1
- org.eclipse.elk:org.eclipse.elk.core.meta 0.4.1
- org.eclipse.elk:org.eclipse.elk.graph.json 0.4.1
- org.eclipse.jgit:org.eclipse.jgit 4.4.0.201606070830-r
- org.eclipse.xtext:org.eclipse.xtext ${xtextVersion}
- org.eclipse.xtext:org.eclipse.xtext.testing ${xtextVersion}
- org.eclipse.xtext:org.eclipse.xtext.util ${xtextVersion}
- org.geotools.jdbc:gt-jdbc-postgis ${geotools.version}
- org.geotools:gt-brewer ${geotools.version}
- org.geotools:gt-epsg-extension ${geotools.version}
- org.geotools:gt-epsg-hsql ${geotools.version}
- org.geotools:gt-geojson-core ${geotools.version}
- org.geotools:gt-geotiff ${geotools.version}
- org.geotools:gt-process ${geotools.version}
- org.geotools:gt-process-feature ${geotools.version}
- org.geotools:gt-process-raster ${geotools.version}
- org.geotools:gt-referencing ${geotools.version}
- org.geotools:gt-render ${geotools.version}
- org.geotools:gt-shapefile ${geotools.version}
- org.geotools:gt-swing ${geotools.version}
- org.integratedmodelling:klab.authentication ${klab.version}
- org.integratedmodelling:org.integratedmodelling.kactors ${klab.version}
- org.integratedmodelling:org.integratedmodelling.kdl ${klab.version}
- org.integratedmodelling:org.integratedmodelling.kim ${klab.version}
- org.integratedmodelling:org.integratedmodelling.klab.api ${klab.version}
- org.javassist:javassist 3.14.0-GA
- org.jgrapht:jgrapht-core 1.1.0
- org.jgrapht:jgrapht-ext 1.1.0
- org.knowm.xchart:xchart 3.6.5
- org.mapdb:mapdb 3.0.7
- org.orbisgis:h2gis 2.1.0
- org.reflections:reflections 0.10.2
- org.springframework.boot:spring-boot-starter-actuator ${spring-boot.version}
- org.springframework.boot:spring-boot-starter-security ${spring-boot.version}
- org.springframework.boot:spring-boot-starter-web ${spring-boot.version}
- org.springframework:spring-messaging ${spring.version}
- org.springframework:spring-websocket ${spring.version}
- xml-apis:xml-apis 1.4.01
- org.springframework.cloud:spring-cloud-dependencies ${spring-cloud.version} import
- args4j:args4j 2.33
- com.fasterxml.jackson.datatype:jackson-datatype-joda ${jackson-version}
- com.kjetland:mbknor-jackson-jsonschema_2.12 1.0.34
- com.unboundid:unboundid-ldapsdk 6.0.0
- com.verhas:license3j 2.0.0-JVM8
- de.bwaldvogel:mongo-java-server 1.34.0
- jakarta.persistence:jakarta.persistence-api 3.0.0
- name.neuhalfen.projects.crypto.bouncycastle.openpgp:bouncy-gpg 2.2.0
- org.apache.commons:commons-lang3 3.12.0
- org.apache.commons:commons-text 1.9
- org.bitbucket.b_c:jose4j 0.6.3
- org.bouncycastle:bcpkix-jdk15on 1.64
- org.bouncycastle:bcprov-jdk15on 1.64
- org.hibernate.validator:hibernate-validator 6.0.7.Final
- org.integratedmodelling:klab.authentication ${klab.version}
- org.integratedmodelling:org.integratedmodelling.klab.api ${klab.version}
- org.reflections:reflections 0.10.2
- org.springframework.boot:spring-boot-starter-data-ldap ${spring-boot.version}
- org.springframework.boot:spring-boot-starter-data-mongodb ${spring-boot.version}
- org.springframework.boot:spring-boot-starter-mail ${spring-boot.version}
- org.springframework.boot:spring-boot-starter-security ${spring-boot.version}
- org.springframework.boot:spring-boot-starter-validation ${spring-boot.version}
- org.springframework.boot:spring-boot-starter-web ${spring-boot.version}
- org.springframework.cloud:spring-cloud-starter-consul-config
- org.springframework.cloud:spring-cloud-starter-consul-discovery
- org.springframework.security:spring-security-ldap ${spring-security.version}
- org.springframework.security:spring-security-oauth2-client ${spring-security.version}
- org.springframework.security:spring-security-test ${spring-security.version}
- com.icegreen:greenmail 1.5.12 test
- org.springframework.boot:spring-boot-starter-test ${spring-boot.version} test
- org.integratedmodelling:klab.engine ${klab.version}
- org.integratedmodelling:klab.ogc ${klab.version}
- org.integratedmodelling:org.integratedmodelling.klab.api ${klab.version}
- org.springframework.cloud:spring-cloud-dependencies ${spring-cloud.version} import
- com.fasterxml.jackson.datatype:jackson-datatype-joda ${jackson-version}
- com.google.common.html.types:types 1.0.8
- com.google.protobuf:protobuf-java 3.11.1
- com.google.protobuf:protobuf-java-util 3.11.1
- io.dekorate:kubernetes-annotations 1.0.1
- io.jsonwebtoken:jjwt 0.9.1
- net.lingala.zip4j:zip4j 1.3.2
- org.bitbucket.b_c:jose4j 0.6.3
- org.integratedmodelling:klab.adapter.copernicus ${klab.version}
- org.integratedmodelling:klab.authority.gbif ${klab.version}
- org.integratedmodelling:klab.authority.iupac ${klab.version}
- org.integratedmodelling:klab.authority.wrb ${klab.version}
- org.integratedmodelling:klab.component.amp ${klab.version}
- org.integratedmodelling:klab.component.hydrology ${klab.version}
- org.integratedmodelling:klab.component.mca ${klab.version}
- org.integratedmodelling:klab.component.ml ${klab.version}
- org.integratedmodelling:klab.component.random ${klab.version}
- org.integratedmodelling:klab.component.stats ${klab.version}
- org.integratedmodelling:klab.component.weather ${klab.version}
- org.integratedmodelling:klab.components.cdm ${klab.version}
- org.integratedmodelling:klab.engine ${klab.version}
- org.integratedmodelling:klab.ogc ${klab.version}
- org.integratedmodelling:org.integratedmodelling.klab.api ${klab.version}
- org.springframework.boot:spring-boot-starter-web ${spring-boot.version}
- org.springframework.cloud:spring-cloud-starter-bootstrap
- org.springframework.cloud:spring-cloud-starter-consul-config
- org.springframework.cloud:spring-cloud-starter-consul-discovery
- net.sf.jopt-simple:jopt-simple 4.6
- org.eclipse.xtext:org.eclipse.xtext.testing ${xtextVersion}
- org.integratedmodelling:klab.component.alignment ${klab.version}
- org.integratedmodelling:klab.components.cdm ${klab.version}
- org.integratedmodelling:klab.modeler ${klab.version}
- org.integratedmodelling:org.integratedmodelling.klab.api ${klab.version}
- org.springframework.boot:spring-boot-loader ${spring-boot.version} provided
- net.sf.jopt-simple:jopt-simple 4.6
- org.eclipse.xtext:org.eclipse.xtext.testing ${xtextVersion}
- org.integratedmodelling:klab.authority.caliper ${klab.version}
- org.integratedmodelling:klab.authority.gbif ${klab.version}
- org.integratedmodelling:klab.authority.iupac ${klab.version}
- org.integratedmodelling:klab.authority.wrb ${klab.version}
- org.integratedmodelling:klab.component.hydrology ${klab.version}
- org.integratedmodelling:klab.component.landcover ${klab.version}
- org.integratedmodelling:klab.component.mca ${klab.version}
- org.integratedmodelling:klab.component.ml ${klab.version}
- org.integratedmodelling:klab.component.random ${klab.version}
- org.integratedmodelling:klab.component.stats ${klab.version}
- org.integratedmodelling:klab.component.tables ${klab.version}
- org.integratedmodelling:klab.components.cdm ${klab.version}
- org.integratedmodelling:klab.modeler ${klab.version}
- org.integratedmodelling:klab.tools ${klab.version}
- org.springframework.cloud:spring-cloud-dependencies ${spring-cloud.version} import
- com.fasterxml.jackson.datatype:jackson-datatype-joda ${jackson-version}
- net.sf.jopt-simple:jopt-simple 4.6
- org.eclipse.xtext:org.eclipse.xtext.testing ${xtextVersion}
- org.integratedmodelling:klab.authority.gbif ${klab.version}
- org.integratedmodelling:klab.authority.iupac ${klab.version}
- org.integratedmodelling:klab.authority.wrb ${klab.version}
- org.integratedmodelling:klab.component.hydrology ${klab.version}
- org.integratedmodelling:klab.component.landcover ${klab.version}
- org.integratedmodelling:klab.component.mca ${klab.version}
- org.integratedmodelling:klab.component.ml ${klab.version}
- org.integratedmodelling:klab.component.random ${klab.version}
- org.integratedmodelling:klab.component.tables ${klab.version}
- org.integratedmodelling:klab.components.cdm ${klab.version}
- org.integratedmodelling:klab.modeler ${klab.version}
- org.integratedmodelling:klab.tools ${klab.version}
- org.springframework.boot:spring-boot-starter-web ${spring-boot.version}
- org.springframework.cloud:spring-cloud-starter-bootstrap
- org.springframework.cloud:spring-cloud-starter-consul-config
- org.springframework.cloud:spring-cloud-starter-consul-discovery
- net.sf.jopt-simple:jopt-simple 4.6
- org.eclipse.xtext:org.eclipse.xtext.testing ${xtextVersion}
- org.integratedmodelling:klab.component.hydrology ${klab.version}
- org.integratedmodelling:klab.component.landcover ${klab.version}
- org.integratedmodelling:klab.component.mca ${klab.version}
- org.integratedmodelling:klab.component.ml ${klab.version}
- org.integratedmodelling:klab.components.cdm ${klab.version}
- org.integratedmodelling:klab.modeler ${klab.version}
- org.springframework.cloud:spring-cloud-dependencies ${spring-cloud.version} import
- com.google.common.html.types:types 1.0.8
- com.google.protobuf:protobuf-java 3.11.1
- com.google.protobuf:protobuf-java-util 3.11.1
- org.integratedmodelling:klab.engine ${klab.version}
- org.integratedmodelling:org.integratedmodelling.klab.api ${klab.version}
- org.integratedmodelling:klab.hub ${klab.version}
- org.integratedmodelling:klab.node ${klab.version}
- org.integratedmodelling:klab.tools ${klab.version}
- 1144 dependencies
- asciidoctor.js 1.5.9 development
- autoprefixer ~9.7 development
- browser-pack-flat ~3.4 development
- browserify ~16.5 development
- cssnano ~4.1 development
- eslint ~6.8 development
- eslint-config-standard ~14.1 development
- eslint-plugin-import ~2.20 development
- eslint-plugin-node ~11.1 development
- eslint-plugin-promise ~4.2 development
- eslint-plugin-standard ~4.0 development
- fancy-log ~1.3 development
- fs-extra ~8.1 development
- gulp ~4.0 development
- gulp-concat ~2.6 development
- gulp-connect ~5.7 development
- gulp-eslint ~6.0 development
- gulp-imagemin ~6.2 development
- gulp-postcss ~8.0 development
- gulp-stylelint ~11.0 development
- gulp-uglify-es ~2.0 development
- gulp-vinyl-zip ~2.2 development
- handlebars ~4.7 development
- highlight.js 9.18.3 development
- js-yaml ~3.13 development
- merge-stream ~2.0 development
- postcss-calc ~7.0 development
- postcss-custom-properties ~9.1 development
- postcss-import ~12.0 development
- postcss-url ~8.0 development
- prettier-eslint ~9.0 development
- require-directory ~2.1 development
- require-from-string ~2.0 development
- stylelint ~13.3 development
- stylelint-config-standard ~20.0 development
- typeface-roboto 0.0.75 development
- typeface-roboto-mono 0.0.75 development
- vinyl-buffer ~1.0 development
- vinyl-fs ~3.0 development