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