is not current version
Last Version 0.2.0

io.github.yeagy:tmc 0.1.0

Configuration library. Can composite modules together and further composite with tags

GroupId

GroupId

io.github.yeagy
ArtifactId

ArtifactId

tmc
Version

Version

0.1.0
Type

Type

jar

Download tmc 0.1.0


<!-- 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"]