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

com.github.ksoichiro.replacer.Configuration.groovy Maven / Gradle / Ivy

There is a newer version: 0.1.1
Show newest version
package com.github.ksoichiro.replacer

class Configuration {
    final String name
    Configuration(String name) {
        this.name = name
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy