jar

org.ogema.ref-impl : util

Maven & Gradle

Feb 10, 2020
19 usages
24 stars

OGEMA ref-impl :: util

Table Of Contents

Latest Version

Download org.ogema.ref-impl : util JAR file - Latest Versions:

All Versions

Download org.ogema.ref-impl : util JAR file - All Versions:

Version Vulnerabilities Size Updated
2.2.x
2.1.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 util-2.2.1_1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.ogema.tools.impl

├─ org.ogema.tools.impl.FastJsonCollectionGenerator.class - [JAR]

├─ org.ogema.tools.impl.FastJsonGenerator.class - [JAR]

├─ org.ogema.tools.impl.JsonReaderJackson.class - [JAR]

├─ org.ogema.tools.impl.ResourceCollectionSerializer.class - [JAR]

├─ org.ogema.tools.impl.ResourceSerializer.class - [JAR]

├─ org.ogema.tools.impl.SerializationCore.class - [JAR]

├─ org.ogema.tools.impl.SerializationManagerImpl.class - [JAR]

├─ org.ogema.tools.impl.StateController.class - [JAR]

├─ org.ogema.tools.impl.StaticJsonGenerator.class - [JAR]

org.ogema.util

├─ org.ogema.util.ClassContext.class - [JAR]

├─ org.ogema.util.OsgiUtils.class - [JAR]

├─ org.ogema.util.Time.class - [JAR]

├─ org.ogema.util.Util.class - [JAR]

org.ogema.serialization

├─ org.ogema.serialization.JaxbBoolean.class - [JAR]

├─ org.ogema.serialization.JaxbBooleanArray.class - [JAR]

├─ org.ogema.serialization.JaxbByteArray.class - [JAR]

├─ org.ogema.serialization.JaxbFactory.class - [JAR]

├─ org.ogema.serialization.JaxbFloat.class - [JAR]

├─ org.ogema.serialization.JaxbFloatArray.class - [JAR]

├─ org.ogema.serialization.JaxbInteger.class - [JAR]

├─ org.ogema.serialization.JaxbIntegerArray.class - [JAR]

├─ org.ogema.serialization.JaxbLink.class - [JAR]

├─ org.ogema.serialization.JaxbOpaque.class - [JAR]

├─ org.ogema.serialization.JaxbResource.class - [JAR]

├─ org.ogema.serialization.JaxbResourceCollection.class - [JAR]

├─ org.ogema.serialization.JaxbResourceList.class - [JAR]

├─ org.ogema.serialization.JaxbString.class - [JAR]

├─ org.ogema.serialization.JaxbStringArray.class - [JAR]

├─ org.ogema.serialization.JaxbTime.class - [JAR]

├─ org.ogema.serialization.JaxbTimeArray.class - [JAR]

├─ org.ogema.serialization.SchemaUtil.class - [JAR]

├─ org.ogema.serialization.SerializationStatus.class - [JAR]

├─ org.ogema.serialization.package-info.class - [JAR]

org.ogema.serialization.jaxb

├─ org.ogema.serialization.jaxb.BooleanArrayResource.class - [JAR]

├─ org.ogema.serialization.jaxb.BooleanResource.class - [JAR]

├─ org.ogema.serialization.jaxb.BooleanSchedule.class - [JAR]

├─ org.ogema.serialization.jaxb.ByteArrayResource.class - [JAR]

├─ org.ogema.serialization.jaxb.FloatArrayResource.class - [JAR]

├─ org.ogema.serialization.jaxb.FloatResource.class - [JAR]

├─ org.ogema.serialization.jaxb.FloatSchedule.class - [JAR]

├─ org.ogema.serialization.jaxb.IntegerArrayResource.class - [JAR]

├─ org.ogema.serialization.jaxb.IntegerResource.class - [JAR]

├─ org.ogema.serialization.jaxb.IntegerSchedule.class - [JAR]

├─ org.ogema.serialization.jaxb.ObjectFactory.class - [JAR]

├─ org.ogema.serialization.jaxb.OpaqueResource.class - [JAR]

├─ org.ogema.serialization.jaxb.OpaqueSchedule.class - [JAR]

├─ org.ogema.serialization.jaxb.Resource.class - [JAR]

├─ org.ogema.serialization.jaxb.ResourceCollection.class - [JAR]

├─ org.ogema.serialization.jaxb.ResourceLink.class - [JAR]

├─ org.ogema.serialization.jaxb.ResourceList.class - [JAR]

├─ org.ogema.serialization.jaxb.SampledBoolean.class - [JAR]

├─ org.ogema.serialization.jaxb.SampledFloat.class - [JAR]

├─ org.ogema.serialization.jaxb.SampledInteger.class - [JAR]

├─ org.ogema.serialization.jaxb.SampledOpaque.class - [JAR]

├─ org.ogema.serialization.jaxb.SampledString.class - [JAR]

├─ org.ogema.serialization.jaxb.SampledTime.class - [JAR]

├─ org.ogema.serialization.jaxb.SampledValue.class - [JAR]

├─ org.ogema.serialization.jaxb.ScheduleResource.class - [JAR]

├─ org.ogema.serialization.jaxb.StringArrayResource.class - [JAR]

├─ org.ogema.serialization.jaxb.StringResource.class - [JAR]

├─ org.ogema.serialization.jaxb.StringSchedule.class - [JAR]

├─ org.ogema.serialization.jaxb.TimeArrayResource.class - [JAR]

├─ org.ogema.serialization.jaxb.TimeResource.class - [JAR]

├─ org.ogema.serialization.jaxb.TimeSchedule.class - [JAR]

├─ org.ogema.serialization.jaxb.package-info.class - [JAR]

org.ogema.serialization.schedules

├─ org.ogema.serialization.schedules.BooleanSchedule.class - [JAR]

├─ org.ogema.serialization.schedules.FloatSchedule.class - [JAR]

├─ org.ogema.serialization.schedules.IntegerSchedule.class - [JAR]

├─ org.ogema.serialization.schedules.JaxbSchedule.class - [JAR]

├─ org.ogema.serialization.schedules.OpaqueSchedule.class - [JAR]

├─ org.ogema.serialization.schedules.ScheduleEntry.class - [JAR]

├─ org.ogema.serialization.schedules.StringSchedule.class - [JAR]

├─ org.ogema.serialization.schedules.TimeSchedule.class - [JAR]

├─ org.ogema.serialization.schedules.package-info.class - [JAR]

Advertisement

Dependencies from Group

Dec 06, 2019
40 usages
25 stars
Dec 06, 2019
36 usages
25 stars
Feb 10, 2020
19 usages
24 stars
Dec 06, 2019
6 usages
25 stars
Dec 06, 2019
4 usages
25 stars

Discover Dependencies

Nov 18, 2019
15 usages
3 stars
Feb 18, 2016
5 usages
866 stars
Mar 21, 2017
9 usages
131 stars
Feb 21, 2021
1 usages
1.2k stars
Jan 27, 2015
7 usages
1 stars
Feb 17, 2023
6 usages
2.9k stars
Jul 31, 2023
29 usages
29.3k stars
May 29, 2023
4 usages
0 stars
Feb 10, 2017
7 usages
122 stars