dwickern / scala-nameof

Get the name of an variable, function, class member, or type as a string--at compile-time!
MIT License
131 stars 23 forks source link

how can I use this in maven project #19

Open Deeksha2501 opened 3 years ago

CowSmiles commented 3 years ago
<!-- https://mvnrepository.com/artifact/com.github.dwickern/scala-nameof -->
<dependency>
    <groupId>com.github.dwickern</groupId>
    <artifactId>scala-nameof_2.13</artifactId>
    <version>3.0.0</version>
</dependency>