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