core/package/src/main/kotlin/io/klibs/core/pckg/api/PackageDetailsResponse.kt [22:46]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @Schema( description = "Group ID of the Maven artifact", example = "io.github.nsk90" ) val groupId: String, @Schema( description = "Artifact ID of the Maven artifact", example = "kstatemachine" ) val artifactId: String, @Schema( description = "Version of the Maven artifact", example = "0.31.1" ) val version: String, @Schema( description = "Epoch millis of when this package was published to the Maven repo", example = "1725375645000" ) val releasedAtMillis: Long, @Schema( - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - core/package/src/main/kotlin/io/klibs/core/pckg/api/PackageOverviewResponse.kt [16:40]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @Schema( description = "Group ID of the Maven artifact", example = "io.github.nsk90" ) val groupId: String, @Schema( description = "Artifact ID of the Maven artifact", example = "kstatemachine" ) val artifactId: String, @Schema( description = "Version of the Maven artifact", example = "0.31.1" ) val version: String, @Schema( description = "Epoch millis of when this package was published to the Maven repo", example = "1725375645000" ) val releasedAtMillis: Long, @Schema( - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -