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