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