All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download kotlin-code-generation JAR 0.0.9 with all dependencies


Wrapping core components for kotlin code generation with kotlin-poet.

Files of the artifact kotlin-code-generation version 0.0.9 from the group io.toolisticon.kotlin.generation.

Test

Artifact kotlin-code-generation
Group io.toolisticon.kotlin.generation
Version 0.0.9
Last update 22. September 2024
Tags: generation core with components code kotlin poet wrapping
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies kotlinpoet-jvm, kotlinx-serialization-core-jvm, jakarta.annotation-api,
There are maybe transitive dependencies!
There is a newer version: 0.1.0
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of kotlin-code-generation Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of kotlin-code-generation version 0.0.9

.KotlinCodeGeneration.kt
META-INF
META-INF.META-INF.MANIFEST.MF
META-INF.maven.io.toolisticon.kotlin.generation.kotlin-code-generation
META-INF.maven.io.toolisticon.kotlin.generation.kotlin-code-generation.META-INF.maven.io.toolisticon.kotlin.generation.kotlin-code-generation.pom.properties
META-INF.maven.io.toolisticon.kotlin.generation.kotlin-code-generation.META-INF.maven.io.toolisticon.kotlin.generation.kotlin-code-generation.pom.xml
._types.kt
builder
builder.builder.KotlinAnnotationClassSpecBuilder.kt
builder.builder.KotlinAnnotationSpecBuilder.kt
builder.builder.KotlinAnonymousClassSpecBuilder.kt
builder.builder.KotlinClassSpecBuilder.kt
builder.builder.KotlinCompanionObjectSpecBuilder.kt
builder.builder.KotlinConstructorPropertySpecBuilder.kt
builder.builder.KotlinDataClassSpecBuilder.kt
builder.builder.KotlinEnumClassSpecBuilder.kt
builder.builder.KotlinFileSpecBuilder.kt
builder.builder.KotlinFunSpecBuilder.kt
builder.builder.KotlinInterfaceSpecBuilder.kt
builder.builder.KotlinObjectSpecBuilder.kt
builder.builder.KotlinParameterSpecBuilder.kt
builder.builder.KotlinPropertySpecBuilder.kt
builder.builder.KotlinTypeAliasSpecBuilder.kt
builder.builder.KotlinValueClassSpecBuilder.kt
builder.builder._types.kt
builder.extra
builder.extra.builder.extra.DelegateListValueClassSpecBuilder.kt
builder.extra.builder.extra.DelegateMapValueClassSpecBuilder.kt
builder.extra.builder.extra.RuntimeExceptionSpecBuilder.kt
poet
poet.poet.AnnotationSpecBuilder.kt
poet.poet.CodeBlockBuilder.kt
poet.poet.FileSpecBuilder.kt
poet.poet.FormatSpecifier.kt
poet.poet.FunSpecBuilder.kt
poet.poet.KDoc.kt
poet.poet.ParameterSpecBuilder.kt
poet.poet.PropertySpecBuilder.kt
poet.poet.TypeAliasSpecBuilder.kt
poet.poet.TypeSpecBuilder.kt
poet.poet._types.kt
spec
spec.spec.KotlinAnnotationClassSpec.kt
spec.spec.KotlinAnnotationSpec.kt
spec.spec.KotlinAnonymousClassSpec.kt
spec.spec.KotlinClassSpec.kt
spec.spec.KotlinCompanionObjectSpec.kt
spec.spec.KotlinConstructorPropertySpec.kt
spec.spec.KotlinDataClassSpec.kt
spec.spec.KotlinEnumClassSpec.kt
spec.spec.KotlinFileSpec.kt
spec.spec.KotlinFunSpec.kt
spec.spec.KotlinInterfaceSpec.kt
spec.spec.KotlinObjectSpec.kt
spec.spec.KotlinParameterSpec.kt
spec.spec.KotlinPropertySpec.kt
spec.spec.KotlinTypeAliasSpec.kt
spec.spec.KotlinValueClassSpec.kt
spec.spec._types.kt
spi
spi.spi.KotlinCodeGenerationContext.kt
spi.spi.KotlinCodeGenerationProcessor.kt
spi.spi.KotlinCodeGenerationSpi.kt
spi.spi.KotlinCodeGenerationSpiRegistry.kt
spi.spi.KotlinCodeGenerationStrategy.kt
spi.spi._types.kt
spi.context
spi.context.spi.context.KotlinCodeGenerationContextBase.kt
spi.processor
spi.processor.spi.processor.KotlinAnnotationClassSpecProcessor.kt
spi.processor.spi.processor.KotlinAnnotationSpecProcessor.kt
spi.processor.spi.processor.KotlinAnonymousClassSpecProcessor.kt
spi.processor.spi.processor.KotlinClassSpecProcessor.kt
spi.processor.spi.processor.KotlinCodeGenerationProcessorBase.kt
spi.processor.spi.processor.KotlinCodeGenerationProcessorList.kt
spi.processor.spi.processor.KotlinConstructorPropertySpecProcessor.kt
spi.processor.spi.processor.KotlinDataClassSpecProcessor.kt
spi.processor.spi.processor.KotlinEnumClassSpecProcessor.kt
spi.processor.spi.processor.KotlinFileSpecProcessor.kt
spi.processor.spi.processor.KotlinFunSpecProcessor.kt
spi.processor.spi.processor.KotlinInterfaceSpecProcessor.kt
spi.processor.spi.processor.KotlinObjectSpecProcessor.kt
spi.processor.spi.processor.KotlinParameterSpecProcessor.kt
spi.processor.spi.processor.KotlinPropertySpecProcessor.kt
spi.processor.spi.processor.KotlinTypeAliasSpecProcessor.kt
spi.processor.spi.processor.KotlinValueClassSpecProcessor.kt
spi.registry
spi.registry.spi.registry.KotlinCodeGenerationServiceLoader.kt
spi.registry.spi.registry.KotlinCodeGenerationServiceRepository.kt
spi.strategy
spi.strategy.spi.strategy.KotlinAnnotationClassSpecStrategy.kt
spi.strategy.spi.strategy.KotlinAnnotationSpecStrategy.kt
spi.strategy.spi.strategy.KotlinAnonymousClassSpecStrategy.kt
spi.strategy.spi.strategy.KotlinClassSpecStrategy.kt
spi.strategy.spi.strategy.KotlinCodeGenerationStrategyBase.kt
spi.strategy.spi.strategy.KotlinCodeGenerationStrategyList.kt
spi.strategy.spi.strategy.KotlinCompanionObjectSpecStrategy.kt
spi.strategy.spi.strategy.KotlinConstructorPropertySpecStrategy.kt
spi.strategy.spi.strategy.KotlinDataClassSpecStrategy.kt
spi.strategy.spi.strategy.KotlinEnumClassSpecStrategy.kt
spi.strategy.spi.strategy.KotlinFileSpecListStrategy.kt
spi.strategy.spi.strategy.KotlinFileSpecStrategy.kt
spi.strategy.spi.strategy.KotlinFunSpecStrategy.kt
spi.strategy.spi.strategy.KotlinInterfaceSpecStrategy.kt
spi.strategy.spi.strategy.KotlinObjectSpecStrategy.kt
spi.strategy.spi.strategy.KotlinParameterSpecStrategy.kt
spi.strategy.spi.strategy.KotlinPropertySpecStrategy.kt
spi.strategy.spi.strategy.KotlinTypeAliasSpecStrategy.kt
spi.strategy.spi.strategy.KotlinValueClassSpecStrategy.kt
spi.strategy.spi.strategy._abstract.kt
support
support.support.CodeBlockArray.kt
support.support.ContextualAnnotation.kt
support.support.DeprecatedAnnotation.kt
support.support.GeneratedAnnotation.kt
support.support.SuppressAnnotation.kt
support.support.ThrowsAnnotation.kt
support.support._suppressions.kt




© 2015 - 2024 Weber Informatics LLC | Privacy Policy