All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.code.model.GitHubCreatedRepository Maven / Gradle / Ivy

There is a newer version: 37
Show newest version
package io.quarkus.code.model;

public record GitHubCreatedRepository(
        String ownerName,
        String url,
        String defaultBranch) {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy