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