| GroupId | GroupIdme.soliveirajr |
|---|---|
| ArtifactId | ArtifactIdmenta-log |
| Version | Version1.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| menta-log-1.2.0.pom | |
| menta-log-1.2.0.jar | 53 KB |
| menta-log-1.2.0-sources.jar | 424 bytes |
| menta-log-1.2.0-javadoc.jar | 151 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/me.soliveirajr/menta-log/ -->
<dependency>
<groupId>me.soliveirajr</groupId>
<artifactId>menta-log</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.soliveirajr/menta-log/
implementation 'me.soliveirajr:menta-log:1.2.0'
// https://jarcasting.com/artifacts/me.soliveirajr/menta-log/
implementation ("me.soliveirajr:menta-log:1.2.0")
'me.soliveirajr:menta-log:jar:1.2.0'
<dependency org="me.soliveirajr" name="menta-log" rev="1.2.0">
<artifact name="menta-log" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.soliveirajr', module='menta-log', version='1.2.0')
)
libraryDependencies += "me.soliveirajr" % "menta-log" % "1.2.0"
[me.soliveirajr/menta-log "1.2.0"]