GitHub / InseeFr / Eno
Questionnaire generator
JSON API: https://data.code.gouv.fr/api/v1/hosts/GitHub/repositories/InseeFr%2FEno
Stars: 13
Forks: 24
Open issues: 41
License: mit
Language: Java
Size: 16.7 MB
Dependencies parsed at:
54
Created at: almost 9 years ago
Updated at: 15 days ago
Pushed at: 2 days ago
Last synced at: 1 day ago
- actions/cache v4 composite
- actions/checkout v4 composite
- actions/download-artifact v4 composite
- actions/setup-java v4 composite
- actions/upload-artifact v4 composite
- elgohr/Publish-Docker-Github-Action v5 composite
- gradle/actions/setup-gradle v3 composite
- mukunku/tag-exists-action v1.6.0 composite
- requarks/changelog-action v1 composite
- rickstaa/action-create-tag v1 composite
- softprops/action-gh-release v2 composite
- stefanzweifel/git-auto-commit-action v5 composite
- actions-ecosystem/action-remove-labels v1 composite
- actions/checkout v4 composite
- actions/download-artifact v4 composite
- actions/github-script v7 composite
- actions/setup-java v4 composite
- actions/upload-artifact v4 composite
- elgohr/Publish-Docker-Github-Action v5 composite
- gradle/actions/setup-gradle v3 composite
- mukunku/tag-exists-action v1.6.0 composite
.github/workflows/sonar.yml
actions
- actions/cache v4 composite
- actions/checkout v4 composite
- actions/setup-java v4 composite
- gradle/actions/setup-gradle v3 composite
Dockerfile
docker
- eclipse-temurin 21.0.5_11-jre build
build.gradle.kts
maven
- org.projectlombok:lombok * compileOnly
- com.fasterxml.jackson.core:jackson-databind * implementation
- com.fasterxml.jackson.dataformat:jackson-dataformat-xml * implementation
- fr.insee.ddi:ddi-lifecycle $ddiJavaLibVersion implementation
- org.modelmapper:modelmapper $modelMapperVersion implementation
- org.slf4j:slf4j-api * implementation
- org.springframework:spring-beans * implementation
- org.springframework:spring-core * implementation
- org.springframework:spring-expression * implementation
- org.assertj:assertj-core * testImplementation
- org.junit.jupiter:junit-jupiter * testImplementation
- org.skyscreamer:jsonassert * testImplementation
- ch.qos.logback:logback-classic * testRuntimeOnly
- org.junit.platform:junit-platform-launcher * testRuntimeOnly
- org.projectlombok:lombok * compileOnly
- com.fasterxml.jackson.core:jackson-databind * implementation
- com.networknt:json-schema-validator $jsonSchemaValidatorVersion implementation
- org.slf4j:slf4j-api * implementation
- org.junit.jupiter:junit-jupiter * testImplementation
- org.mockito:mockito-core * testImplementation
- ch.qos.logback:logback-classic * testRuntimeOnly
- org.junit.platform:junit-platform-launcher * testRuntimeOnly
eno-ws/build.gradle.kts
maven
- org.projectlombok:lombok * compileOnly
- org.springdoc:springdoc-openapi-starter-webmvc-ui $springdocVersion implementation
- org.springframework.boot:spring-boot-starter-web * implementation
- org.springframework.boot:spring-boot-starter-webflux * implementation
- org.springframework.boot:spring-boot-starter-test * testImplementation
- org.junit.platform:junit-platform-launcher * testRuntimeOnly