GroupId | GroupIdio.github.yeagy |
---|---|
ArtifactId | ArtifactIdtmc |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
tmc-0.1.0.pom | |
tmc-0.1.0.jar | 5 KB |
tmc-0.1.0-sources.jar | 2 KB |
tmc-0.1.0-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.yeagy/tmc/ -->
<dependency>
<groupId>io.github.yeagy</groupId>
<artifactId>tmc</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.yeagy/tmc/
implementation 'io.github.yeagy:tmc:0.1.0'
// https://jarcasting.com/artifacts/io.github.yeagy/tmc/
implementation ("io.github.yeagy:tmc:0.1.0")
'io.github.yeagy:tmc:jar:0.1.0'
<dependency org="io.github.yeagy" name="tmc" rev="0.1.0">
<artifact name="tmc" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.yeagy', module='tmc', version='0.1.0')
)
libraryDependencies += "io.github.yeagy" % "tmc" % "0.1.0"
[io.github.yeagy/tmc "0.1.0"]