View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window caelum-stella-frete-2.1.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
br.com.caelum.stella.frete
├─ br.com.caelum.stella.frete.CalculoFreteCorreio.class - [JAR]
br.com.caelum.stella.frete.enums
├─ br.com.caelum.stella.frete.enums.Formato.class - [JAR]
├─ br.com.caelum.stella.frete.enums.Servico.class - [JAR]
br.com.caelum.stella.frete.adapter
├─ br.com.caelum.stella.frete.adapter.BooleanAdapter.class - [JAR]
├─ br.com.caelum.stella.frete.adapter.DoubleAdapter.class - [JAR]
├─ br.com.caelum.stella.frete.adapter.ServicoAdapter.class - [JAR]
br.com.caelum.stella.frete.ws
├─ br.com.caelum.stella.frete.ws.CorreiosService.class - [JAR]
br.com.caelum.stella.frete.util
├─ br.com.caelum.stella.frete.util.ResourceUtil.class - [JAR]
├─ br.com.caelum.stella.frete.util.Strings.class - [JAR]
br.com.caelum.stella.frete.entity
├─ br.com.caelum.stella.frete.entity.Encomenda.class - [JAR]
├─ br.com.caelum.stella.frete.entity.Frete.class - [JAR]
br.com.caelum.stella.frete.exception
├─ br.com.caelum.stella.frete.exception.CorreiosException.class - [JAR]