jar

org.openksavi.sponge : sponge-rest-api-common

Maven & Gradle

Mar 30, 2020
4 usages

Sponge - REST API Common

Table Of Contents

Latest Version

Download org.openksavi.sponge : sponge-rest-api-common JAR file - Latest Versions:

All Versions

Download org.openksavi.sponge : sponge-rest-api-common JAR file - All Versions:

Version Vulnerabilities Size Updated
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.x
1.7.x
1.6.x
1.5.x
1.4.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 sponge-rest-api-common-1.15.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.openksavi.sponge.restapi.type.converter

├─ org.openksavi.sponge.restapi.type.converter.BaseTypeConverter.class - [JAR]

├─ org.openksavi.sponge.restapi.type.converter.BaseUnitTypeConverter.class - [JAR]

├─ org.openksavi.sponge.restapi.type.converter.DefaultTypeConverter.class - [JAR]

├─ org.openksavi.sponge.restapi.type.converter.TypeConverter.class - [JAR]

├─ org.openksavi.sponge.restapi.type.converter.UnitTypeConverter.class - [JAR]

org.openksavi.sponge.restapi.feature.converter

├─ org.openksavi.sponge.restapi.feature.converter.BaseFeatureConverter.class - [JAR]

├─ org.openksavi.sponge.restapi.feature.converter.BaseUnitFeatureConverter.class - [JAR]

├─ org.openksavi.sponge.restapi.feature.converter.DefaultFeatureConverter.class - [JAR]

├─ org.openksavi.sponge.restapi.feature.converter.FeatureConverter.class - [JAR]

├─ org.openksavi.sponge.restapi.feature.converter.FeaturesUtils.class - [JAR]

├─ org.openksavi.sponge.restapi.feature.converter.UnitFeatureConverter.class - [JAR]

org.openksavi.sponge.restapi.model

├─ org.openksavi.sponge.restapi.model.RemoteEvent.class - [JAR]

├─ org.openksavi.sponge.restapi.model.RestActionMeta.class - [JAR]

├─ org.openksavi.sponge.restapi.model.RestCategoryMeta.class - [JAR]

├─ org.openksavi.sponge.restapi.model.RestDataType.class - [JAR]

├─ org.openksavi.sponge.restapi.model.RestGeoLayer.class - [JAR]

├─ org.openksavi.sponge.restapi.model.RestKnowledgeBaseMeta.class - [JAR]

org.openksavi.sponge.restapi.util

├─ org.openksavi.sponge.restapi.util.RestApiUtils.class - [JAR]

org.openksavi.sponge.restapi.model.response

├─ org.openksavi.sponge.restapi.model.response.ActionCallResponse.class - [JAR]

├─ org.openksavi.sponge.restapi.model.response.BodySpongeResponse.class - [JAR]

├─ org.openksavi.sponge.restapi.model.response.GetActionsResponse.class - [JAR]

├─ org.openksavi.sponge.restapi.model.response.GetEventTypesResponse.class - [JAR]

├─ org.openksavi.sponge.restapi.model.response.GetFeaturesResponse.class - [JAR]

├─ org.openksavi.sponge.restapi.model.response.GetKnowledgeBasesResponse.class - [JAR]

├─ org.openksavi.sponge.restapi.model.response.GetVersionResponse.class - [JAR]

├─ org.openksavi.sponge.restapi.model.response.IsActionActiveResponse.class - [JAR]

├─ org.openksavi.sponge.restapi.model.response.LoginResponse.class - [JAR]

├─ org.openksavi.sponge.restapi.model.response.LogoutResponse.class - [JAR]

├─ org.openksavi.sponge.restapi.model.response.ProvideActionArgsResponse.class - [JAR]

├─ org.openksavi.sponge.restapi.model.response.ReloadResponse.class - [JAR]

├─ org.openksavi.sponge.restapi.model.response.ResponseBody.class - [JAR]

├─ org.openksavi.sponge.restapi.model.response.ResponseHeader.class - [JAR]

├─ org.openksavi.sponge.restapi.model.response.SendEventResponse.class - [JAR]

├─ org.openksavi.sponge.restapi.model.response.SpongeResponse.class - [JAR]

org.openksavi.sponge.restapi

├─ org.openksavi.sponge.restapi.RestApiConstants.class - [JAR]

org.openksavi.sponge.restapi.type.converter.unit

├─ org.openksavi.sponge.restapi.type.converter.unit.AnyTypeUnitConverter.class - [JAR]

├─ org.openksavi.sponge.restapi.type.converter.unit.BinaryTypeUnitConverter.class - [JAR]

├─ org.openksavi.sponge.restapi.type.converter.unit.BooleanTypeUnitConverter.class - [JAR]

├─ org.openksavi.sponge.restapi.type.converter.unit.DateTimeTypeUnitConverter.class - [JAR]

├─ org.openksavi.sponge.restapi.type.converter.unit.DynamicTypeUnitConverter.class - [JAR]

├─ org.openksavi.sponge.restapi.type.converter.unit.IntegerTypeUnitConverter.class - [JAR]

├─ org.openksavi.sponge.restapi.type.converter.unit.ListTypeUnitConverter.class - [JAR]

├─ org.openksavi.sponge.restapi.type.converter.unit.MapTypeUnitConverter.class - [JAR]

├─ org.openksavi.sponge.restapi.type.converter.unit.NumberTypeUnitConverter.class - [JAR]

├─ org.openksavi.sponge.restapi.type.converter.unit.ObjectTypeConverterMapper.class - [JAR]

├─ org.openksavi.sponge.restapi.type.converter.unit.ObjectTypeUnitConverter.class - [JAR]

├─ org.openksavi.sponge.restapi.type.converter.unit.RecordTypeUnitConverter.class - [JAR]

├─ org.openksavi.sponge.restapi.type.converter.unit.StreamTypeUnitConverter.class - [JAR]

├─ org.openksavi.sponge.restapi.type.converter.unit.StringTypeUnitConverter.class - [JAR]

├─ org.openksavi.sponge.restapi.type.converter.unit.TypeTypeUnitConverter.class - [JAR]

├─ org.openksavi.sponge.restapi.type.converter.unit.VoidTypeUnitConverter.class - [JAR]

org.openksavi.sponge.restapi.model.request

├─ org.openksavi.sponge.restapi.model.request.ActionCallRequest.class - [JAR]

├─ org.openksavi.sponge.restapi.model.request.ActionExecutionInfo.class - [JAR]

├─ org.openksavi.sponge.restapi.model.request.BodySpongeRequest.class - [JAR]

├─ org.openksavi.sponge.restapi.model.request.GetActionsRequest.class - [JAR]

├─ org.openksavi.sponge.restapi.model.request.GetEventTypesRequest.class - [JAR]

├─ org.openksavi.sponge.restapi.model.request.GetFeaturesRequest.class - [JAR]

├─ org.openksavi.sponge.restapi.model.request.GetKnowledgeBasesRequest.class - [JAR]

├─ org.openksavi.sponge.restapi.model.request.GetVersionRequest.class - [JAR]

├─ org.openksavi.sponge.restapi.model.request.IsActionActiveRequest.class - [JAR]

├─ org.openksavi.sponge.restapi.model.request.LoginRequest.class - [JAR]

├─ org.openksavi.sponge.restapi.model.request.LogoutRequest.class - [JAR]

├─ org.openksavi.sponge.restapi.model.request.ProvideActionArgsRequest.class - [JAR]

├─ org.openksavi.sponge.restapi.model.request.ReloadRequest.class - [JAR]

├─ org.openksavi.sponge.restapi.model.request.RequestBody.class - [JAR]

├─ org.openksavi.sponge.restapi.model.request.RequestHeader.class - [JAR]

├─ org.openksavi.sponge.restapi.model.request.SendEventRequest.class - [JAR]

├─ org.openksavi.sponge.restapi.model.request.SpongeRequest.class - [JAR]

org.openksavi.sponge.restapi.feature.converter.unit

├─ org.openksavi.sponge.restapi.feature.converter.unit.GeoMapFeatureUnitConverter.class - [JAR]

├─ org.openksavi.sponge.restapi.feature.converter.unit.GeoPositionFeatureUnitConverter.class - [JAR]

├─ org.openksavi.sponge.restapi.feature.converter.unit.IconFeatureUnitConverter.class - [JAR]

Advertisement

Dependencies from Group

Sep 16, 2021
27 usages
7 stars
Sep 16, 2021
20 usages
7 stars
Sep 16, 2021
16 usages
7 stars
Dec 01, 2017
10 usages
8 stars

Discover Dependencies

Nov 28, 2018
3 usages
May 03, 2021
2 usages
Aug 03, 2023
9 usages
12.8k stars
Mar 28, 2020
2 usages
0 stars
Aug 21, 2023
7 usages
5 stars
Jan 27, 2020
2 usages
Jul 30, 2018
3 usages