jar

org.opensourcebim : bimnmdservice

Maven & Gradle

Feb 17, 2020

BIM bot NMD data service · provides a REST api for retrieving nmd data from various data sources

Table Of Contents

Latest Version

Download org.opensourcebim : bimnmdservice JAR file - Latest Versions:

All Versions

Download org.opensourcebim : bimnmdservice JAR file - All Versions:

Version Vulnerabilities Size Updated
0.24
0.23
0.22
0.21
0.16
0.12
0.11
0.9
0.8
0.7
0.2

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window bimnmdservice-0.24.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

nl.tno.bim.nmd

├─ nl.tno.bim.nmd.Application.class - [JAR]

nl.tno.bim.nmd.domain

├─ nl.tno.bim.nmd.domain.NlsfbCode.class - [JAR]

├─ nl.tno.bim.nmd.domain.Nmd2ProductCard.class - [JAR]

├─ nl.tno.bim.nmd.domain.NmdBaseProductCard.class - [JAR]

├─ nl.tno.bim.nmd.domain.NmdCostFactor.class - [JAR]

├─ nl.tno.bim.nmd.domain.NmdElement.class - [JAR]

├─ nl.tno.bim.nmd.domain.NmdElementImpl.class - [JAR]

├─ nl.tno.bim.nmd.domain.NmdFaseProfiel.class - [JAR]

├─ nl.tno.bim.nmd.domain.NmdFaseProfielImpl.class - [JAR]

├─ nl.tno.bim.nmd.domain.NmdMilieuCategorie.class - [JAR]

├─ nl.tno.bim.nmd.domain.NmdProductCard.class - [JAR]

├─ nl.tno.bim.nmd.domain.NmdProfileSet.class - [JAR]

├─ nl.tno.bim.nmd.domain.NmdProfileSetImpl.class - [JAR]

├─ nl.tno.bim.nmd.domain.NmdReferenceResources.class - [JAR]

nl.tno.bim.nmd.services

├─ nl.tno.bim.nmd.services.AuthorizedRestDataService.class - [JAR]

├─ nl.tno.bim.nmd.services.BaseNmdDataService.class - [JAR]

├─ nl.tno.bim.nmd.services.Nmd2DataService.class - [JAR]

├─ nl.tno.bim.nmd.services.Nmd3DataService.class - [JAR]

├─ nl.tno.bim.nmd.services.NmdDataService.class - [JAR]

├─ nl.tno.bim.nmd.services.PersistentHttpCache.class - [JAR]

├─ nl.tno.bim.nmd.services.RestDataService.class - [JAR]

├─ nl.tno.bim.nmd.services.SqliteDataService.class - [JAR]

nl.tno.bim.nmd.config

├─ nl.tno.bim.nmd.config.NmdConfig.class - [JAR]

├─ nl.tno.bim.nmd.config.NmdConfigImpl.class - [JAR]

├─ nl.tno.bim.nmd.config.SwaggerConfig.class - [JAR]

nl.tno.bim.nmd.controller

├─ nl.tno.bim.nmd.controller.BaseNMDController.class - [JAR]

├─ nl.tno.bim.nmd.controller.ElementController.class - [JAR]

├─ nl.tno.bim.nmd.controller.ProductCardController.class - [JAR]

├─ nl.tno.bim.nmd.controller.ProfileSetController.class - [JAR]

nl.tno.bim.nmd.exception

├─ nl.tno.bim.nmd.exception.NmdIdNotFoundException.class - [JAR]

nl.tno.bim.nmd.scaling

├─ nl.tno.bim.nmd.scaling.NmdBaseScaler.class - [JAR]

├─ nl.tno.bim.nmd.scaling.NmdExponentialScaler.class - [JAR]

├─ nl.tno.bim.nmd.scaling.NmdLinearScaler.class - [JAR]

├─ nl.tno.bim.nmd.scaling.NmdLogarithmicScaler.class - [JAR]

├─ nl.tno.bim.nmd.scaling.NmdPowerScaler.class - [JAR]

├─ nl.tno.bim.nmd.scaling.NmdScaler.class - [JAR]

├─ nl.tno.bim.nmd.scaling.NmdScalerFactory.class - [JAR]

├─ nl.tno.bim.nmd.scaling.NmdTableScaler.class - [JAR]