jar

org.osgi.enroute.examples.microservice : dao-api

Maven & Gradle

Nov 30, 2021
4 usages
108 stars

The dao-api API bundle - built using OSGi enRoute R7

Table Of Contents

Latest Version

Download org.osgi.enroute.examples.microservice : dao-api JAR file - Latest Versions:

All Versions

Download org.osgi.enroute.examples.microservice : dao-api JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

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 dao-api-0.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.osgi.enroute.examples.microservice.dao

├─ org.osgi.enroute.examples.microservice.dao.AddressDao.class - [JAR]

├─ org.osgi.enroute.examples.microservice.dao.PersonDao.class - [JAR]

├─ org.osgi.enroute.examples.microservice.dao.package-info.class - [JAR]

org.osgi.enroute.examples.microservice.dao.dto

├─ org.osgi.enroute.examples.microservice.dao.dto.AddressDTO.class - [JAR]

├─ org.osgi.enroute.examples.microservice.dao.dto.PersonDTO.class - [JAR]

├─ org.osgi.enroute.examples.microservice.dao.dto.package-info.class - [JAR]

Advertisement