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

eu.aronnax.smartconstraints.utils.UtilsModuleApacheCommons3 Maven / Gradle / Ivy

Go to download

Not for public use. `org.apache.commons:commons-lang3` based utils implementation. (Clean Architecture)

There is a newer version: 0.5.1
Show newest version
package eu.aronnax.smartconstraints.utils;

import dagger.Binds;
import dagger.Module;
import eu.aronnax.smartconstraints.domain.port.stringutils.StringUtilsPort;

@Module
public abstract class UtilsModuleApacheCommons3 {

    @Binds
    abstract StringUtilsPort stringUtilsPort(StringUtilsImpl stringUtils);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy