License |
License |
---|---|
GroupId | GroupIdio.github.yeagy |
ArtifactId | ArtifactIdtmc |
Version | Version0.2.0 |
Type | Typejar |
Description |
DescriptionTagged Modular Configuration
Configuration library. Can composite modules together and further composite with tags
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
tmc-0.2.0.pom | |
tmc-0.2.0.jar | 10 KB |
tmc-0.2.0-sources.jar | 4 KB |
tmc-0.2.0-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.yeagy/tmc/ -->
<dependency>
<groupId>io.github.yeagy</groupId>
<artifactId>tmc</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.yeagy/tmc/
implementation 'io.github.yeagy:tmc:0.2.0'
// https://jarcasting.com/artifacts/io.github.yeagy/tmc/
implementation ("io.github.yeagy:tmc:0.2.0")
'io.github.yeagy:tmc:jar:0.2.0'
<dependency org="io.github.yeagy" name="tmc" rev="0.2.0">
<artifact name="tmc" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.yeagy', module='tmc', version='0.2.0')
)
libraryDependencies += "io.github.yeagy" % "tmc" % "0.2.0"
[io.github.yeagy/tmc "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
io.github.lukehutch : fast-classpath-scanner | jar | 2.21 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.8.5 |
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.8.5 |
ru.vyarus : generics-resolver | jar | 3.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.projectlombok : lombok | jar | 1.16.12 |