<dependency> <groupId>com.sta-soft</groupId> <artifactId>mutils</artifactId> <version>1.8</version> </dependency>
implementation 'com.sta-soft:mutils:1.8'
implementation("com.sta-soft:mutils:1.8")
libraryDependencies += "com.sta-soft" % "mutils" % "1.8"
@Grapes( @Grab(group='com.sta-soft', module='mutils', version='1.8') )
<dependency org="com.sta-soft" name="mutils" rev="1.8" />
[com.sta-soft/mutils "1.8"]
'com.sta-soft:mutils:jar:1.8'
<parent> <groupId>com.sta-soft</groupId> <artifactId>masterpom</artifactId> <version>1.8</version> </parent>
compile
|-- junit:junit