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