Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.github.lordrex34.config |
ArtifactId | ArtifactIdcommons-annotation-config |
Version | Version1.0.3 |
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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lordrex34.config/commons-annotation-config/
implementation 'com.github.lordrex34.config:commons-annotation-config:1.0.3'
// https://jarcasting.com/artifacts/com.github.lordrex34.config/commons-annotation-config/
implementation ("com.github.lordrex34.config:commons-annotation-config:1.0.3")
'com.github.lordrex34.config:commons-annotation-config:jar:1.0.3'
<dependency org="com.github.lordrex34.config" name="commons-annotation-config" rev="1.0.3">
<artifact name="commons-annotation-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lordrex34.config', module='commons-annotation-config', version='1.0.3')
)
libraryDependencies += "com.github.lordrex34.config" % "commons-annotation-config" % "1.0.3"
[com.github.lordrex34.config/commons-annotation-config "1.0.3"]