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