Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.github.lordrex34.config |
ArtifactId | ArtifactIdcommons-annotation-config |
Version | Version1.0.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.lordrex34.config/commons-annotation-config/ -->
<dependency>
<groupId>com.github.lordrex34.config</groupId>
<artifactId>commons-annotation-config</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lordrex34.config/commons-annotation-config/
implementation 'com.github.lordrex34.config:commons-annotation-config:1.0.6'
// https://jarcasting.com/artifacts/com.github.lordrex34.config/commons-annotation-config/
implementation ("com.github.lordrex34.config:commons-annotation-config:1.0.6")
'com.github.lordrex34.config:commons-annotation-config:jar:1.0.6'
<dependency org="com.github.lordrex34.config" name="commons-annotation-config" rev="1.0.6">
<artifact name="commons-annotation-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lordrex34.config', module='commons-annotation-config', version='1.0.6')
)
libraryDependencies += "com.github.lordrex34.config" % "commons-annotation-config" % "1.0.6"
[com.github.lordrex34.config/commons-annotation-config "1.0.6"]