Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.github.marks-yag |
ArtifactId | ArtifactIdconfig-annotation |
Version | Version0.11.0 |
Type | Typejar |
Filename | Size |
---|---|
config-annotation-0.11.0.pom | |
config-annotation-0.11.0.jar | 5 KB |
config-annotation-0.11.0-sources.jar | 3 KB |
config-annotation-0.11.0-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marks-yag/config-annotation/ -->
<dependency>
<groupId>com.github.marks-yag</groupId>
<artifactId>config-annotation</artifactId>
<version>0.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marks-yag/config-annotation/
implementation 'com.github.marks-yag:config-annotation:0.11.0'
// https://jarcasting.com/artifacts/com.github.marks-yag/config-annotation/
implementation ("com.github.marks-yag:config-annotation:0.11.0")
'com.github.marks-yag:config-annotation:jar:0.11.0'
<dependency org="com.github.marks-yag" name="config-annotation" rev="0.11.0">
<artifact name="config-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marks-yag', module='config-annotation', version='0.11.0')
)
libraryDependencies += "com.github.marks-yag" % "config-annotation" % "0.11.0"
[com.github.marks-yag/config-annotation "0.11.0"]