jar

org.kurento : kurento-module-creator

Maven & Gradle

Mar 10, 2023
1 usages
56 stars

Kurento Module Creator · Tool that generates code for RPC between the Kurento Media Server and remote libraries.

Table Of Contents

Latest Version

Download org.kurento : kurento-module-creator JAR file - Latest Versions:

All Versions

Download org.kurento : kurento-module-creator JAR file - All Versions:

Version Vulnerabilities Size Updated
7.0.x
6.18.x
6.16.x
6.15.x
6.14.x
6.13.x
6.12.x
6.11.x
6.10.x
6.9.x
6.8.x
6.7.x
4.0.x
3.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 kurento-module-creator-7.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.kurento.modulecreator.codegen.function

├─ org.kurento.modulecreator.codegen.function.CamelToUnderscore.class - [JAR]

├─ org.kurento.modulecreator.codegen.function.CppObjectType.class - [JAR]

├─ org.kurento.modulecreator.codegen.function.EscapeString.class - [JAR]

├─ org.kurento.modulecreator.codegen.function.GenerateKurentoClientJsVersion.class - [JAR]

├─ org.kurento.modulecreator.codegen.function.InitializePropertiesValues.class - [JAR]

├─ org.kurento.modulecreator.codegen.function.IsFirstConstructorParam.class - [JAR]

├─ org.kurento.modulecreator.codegen.function.JavaObjectType.class - [JAR]

├─ org.kurento.modulecreator.codegen.function.JsNamespace.class - [JAR]

├─ org.kurento.modulecreator.codegen.function.JsonCppTypeData.class - [JAR]

├─ org.kurento.modulecreator.codegen.function.OrganizeDependencies.class - [JAR]

├─ org.kurento.modulecreator.codegen.function.PackageToFolder.class - [JAR]

├─ org.kurento.modulecreator.codegen.function.SphinxLinks.class - [JAR]

├─ org.kurento.modulecreator.codegen.function.TypeDependencies.class - [JAR]

├─ org.kurento.modulecreator.codegen.function.TypeHierarchy.class - [JAR]

org.kurento.modulecreator.json

├─ org.kurento.modulecreator.json.DataItemAdapter.class - [JAR]

├─ org.kurento.modulecreator.json.JsonModuleSaverLoader.class - [JAR]

├─ org.kurento.modulecreator.json.MethodAdapter.class - [JAR]

├─ org.kurento.modulecreator.json.RemoteClassAdapter.class - [JAR]

├─ org.kurento.modulecreator.json.TypeRefAdapter.class - [JAR]

com.github.zafarkhaja.semver.util

├─ com.github.zafarkhaja.semver.util.Stream.class - [JAR]

├─ com.github.zafarkhaja.semver.util.UnexpectedElementException.class - [JAR]

├─ com.github.zafarkhaja.semver.util.package-info.class - [JAR]

org.kurento.modulecreator

├─ org.kurento.modulecreator.KurentoModuleCreator.class - [JAR]

├─ org.kurento.modulecreator.KurentoModuleCreatorException.class - [JAR]

├─ org.kurento.modulecreator.Main.class - [JAR]

├─ org.kurento.modulecreator.ModuleManager.class - [JAR]

├─ org.kurento.modulecreator.PathUtils.class - [JAR]

├─ org.kurento.modulecreator.Result.class - [JAR]

├─ org.kurento.modulecreator.VersionManager.class - [JAR]

com.github.zafarkhaja.semver

├─ com.github.zafarkhaja.semver.MetadataVersion.class - [JAR]

├─ com.github.zafarkhaja.semver.NormalVersion.class - [JAR]

├─ com.github.zafarkhaja.semver.ParseException.class - [JAR]

├─ com.github.zafarkhaja.semver.Parser.class - [JAR]

├─ com.github.zafarkhaja.semver.UnexpectedCharacterException.class - [JAR]

├─ com.github.zafarkhaja.semver.Version.class - [JAR]

├─ com.github.zafarkhaja.semver.VersionParser.class - [JAR]

├─ com.github.zafarkhaja.semver.package-info.class - [JAR]

org.kurento.modulecreator.codegen

├─ org.kurento.modulecreator.codegen.CodeGen.class - [JAR]

├─ org.kurento.modulecreator.codegen.Error.class - [JAR]

├─ org.kurento.modulecreator.codegen.JsonFusioner.class - [JAR]

├─ org.kurento.modulecreator.codegen.JsonObjectAsMap.class - [JAR]

├─ org.kurento.modulecreator.codegen.PathTemplateLoader.class - [JAR]

├─ org.kurento.modulecreator.codegen.XmlFusioner.class - [JAR]

com.github.zafarkhaja.semver.expr

├─ com.github.zafarkhaja.semver.expr.And.class - [JAR]

├─ com.github.zafarkhaja.semver.expr.Equal.class - [JAR]

├─ com.github.zafarkhaja.semver.expr.Expression.class - [JAR]

├─ com.github.zafarkhaja.semver.expr.ExpressionParser.class - [JAR]

├─ com.github.zafarkhaja.semver.expr.Greater.class - [JAR]

├─ com.github.zafarkhaja.semver.expr.GreaterOrEqual.class - [JAR]

├─ com.github.zafarkhaja.semver.expr.Less.class - [JAR]

├─ com.github.zafarkhaja.semver.expr.LessOrEqual.class - [JAR]

├─ com.github.zafarkhaja.semver.expr.Lexer.class - [JAR]

├─ com.github.zafarkhaja.semver.expr.LexerException.class - [JAR]

├─ com.github.zafarkhaja.semver.expr.Not.class - [JAR]

├─ com.github.zafarkhaja.semver.expr.NotEqual.class - [JAR]

├─ com.github.zafarkhaja.semver.expr.Or.class - [JAR]

├─ com.github.zafarkhaja.semver.expr.UnexpectedTokenException.class - [JAR]

├─ com.github.zafarkhaja.semver.expr.package-info.class - [JAR]

org.kurento.modulecreator.print

├─ org.kurento.modulecreator.print.ModuleDefinitionPrinter.class - [JAR]

org.kurento.modulecreator.definition

├─ org.kurento.modulecreator.definition.Code.class - [JAR]

├─ org.kurento.modulecreator.definition.ComplexType.class - [JAR]

├─ org.kurento.modulecreator.definition.DataItem.class - [JAR]

├─ org.kurento.modulecreator.definition.Event.class - [JAR]

├─ org.kurento.modulecreator.definition.Import.class - [JAR]

├─ org.kurento.modulecreator.definition.Method.class - [JAR]

├─ org.kurento.modulecreator.definition.ModelElement.class - [JAR]

├─ org.kurento.modulecreator.definition.ModuleDefinition.class - [JAR]

├─ org.kurento.modulecreator.definition.NamedElement.class - [JAR]

├─ org.kurento.modulecreator.definition.Param.class - [JAR]

├─ org.kurento.modulecreator.definition.PrimitiveType.class - [JAR]

├─ org.kurento.modulecreator.definition.Property.class - [JAR]

├─ org.kurento.modulecreator.definition.RemoteClass.class - [JAR]

├─ org.kurento.modulecreator.definition.Return.class - [JAR]

├─ org.kurento.modulecreator.definition.Type.class - [JAR]

├─ org.kurento.modulecreator.definition.TypeRef.class - [JAR]

Advertisement

Dependencies from Group

Mar 10, 2023
45 usages
56 stars
Mar 21, 2023
29 usages
93 stars
Mar 10, 2023
9 usages
56 stars
Nov 26, 2015
9 usages
Mar 10, 2023
9 usages
56 stars

Discover Dependencies

Aug 30, 2018
62 usages
90 stars
Oct 22, 2016
2 usages
52 stars
Jan 02, 2023
13 usages
1.1k stars
Jan 02, 2023
5 usages
1.1k stars
Nov 05, 2021
1.1k stars
May 06, 2022
62 usages
2 stars
Mar 20, 2023
7 usages
552 stars
Oct 27, 2020
3 usages
552 stars
Mar 20, 2023
30 usages
552 stars