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