Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for fromPomName (0.07 seconds)

  1. build-logic/dependency-modules/src/main/kotlin/gradlebuild/modules/model/License.kt

                entries.flatMap { lic -> lic.aliases.map { alias -> alias to lic } }.toMap()
            }
    
            /** Returns the [License] whose [aliases] include [name], or null if unrecognised. */
            fun fromPomName(name: String): License? = byPomName[name]
        }
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Mar 13 13:24:46 GMT 2026
    - 3.9K bytes
    - Click Count (0)
Back to Top