GroupId | GroupIdio.github.jmcleodfoss |
---|---|
ArtifactId | ArtifactIdmsgexplorer |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
msgexplorer-1.0.0.pom | |
msgexplorer-1.0.0.jar | 192 KB |
msgexplorer-1.0.0-sources.jar | 27 KB |
msgexplorer-1.0.0-javadoc.jar | 403 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.jmcleodfoss/msgexplorer/ -->
<dependency>
<groupId>io.github.jmcleodfoss</groupId>
<artifactId>msgexplorer</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jmcleodfoss/msgexplorer/
implementation 'io.github.jmcleodfoss:msgexplorer:1.0.0'
// https://jarcasting.com/artifacts/io.github.jmcleodfoss/msgexplorer/
implementation ("io.github.jmcleodfoss:msgexplorer:1.0.0")
'io.github.jmcleodfoss:msgexplorer:jar:1.0.0'
<dependency org="io.github.jmcleodfoss" name="msgexplorer" rev="1.0.0">
<artifact name="msgexplorer" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jmcleodfoss', module='msgexplorer', version='1.0.0')
)
libraryDependencies += "io.github.jmcleodfoss" % "msgexplorer" % "1.0.0"
[io.github.jmcleodfoss/msgexplorer "1.0.0"]