is not current version
Last Version 1.0.2

org.noear:mlog-parent 1.0

Java project for mlog

GroupId

GroupId

org.noear
ArtifactId

ArtifactId

mlog-parent
Version

Version

1.0
Type

Type

pom

Download mlog-parent 1.0

Filename Size
mlog-parent-1.0.pom 6 KB
Browse

<!-- https://jarcasting.com/artifacts/org.noear/mlog-parent/ -->
<dependency>
    <groupId>org.noear</groupId>
    <artifactId>mlog-parent</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.noear/mlog-parent/
implementation 'org.noear:mlog-parent:1.0'
// https://jarcasting.com/artifacts/org.noear/mlog-parent/
implementation ("org.noear:mlog-parent:1.0")
'org.noear:mlog-parent:pom:1.0'
<dependency org="org.noear" name="mlog-parent" rev="1.0">
  <artifact name="mlog-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.noear', module='mlog-parent', version='1.0')
)
libraryDependencies += "org.noear" % "mlog-parent" % "1.0"
[org.noear/mlog-parent "1.0"]