GroupId | GroupIdcom.github.lordrex34.reflection |
---|---|
ArtifactId | ArtifactIdcommons-reflection-utils |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.lordrex34.reflection/commons-reflection-utils/ -->
<dependency>
<groupId>com.github.lordrex34.reflection</groupId>
<artifactId>commons-reflection-utils</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lordrex34.reflection/commons-reflection-utils/
implementation 'com.github.lordrex34.reflection:commons-reflection-utils:1.0.0'
// https://jarcasting.com/artifacts/com.github.lordrex34.reflection/commons-reflection-utils/
implementation ("com.github.lordrex34.reflection:commons-reflection-utils:1.0.0")
'com.github.lordrex34.reflection:commons-reflection-utils:jar:1.0.0'
<dependency org="com.github.lordrex34.reflection" name="commons-reflection-utils" rev="1.0.0">
<artifact name="commons-reflection-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lordrex34.reflection', module='commons-reflection-utils', version='1.0.0')
)
libraryDependencies += "com.github.lordrex34.reflection" % "commons-reflection-utils" % "1.0.0"
[com.github.lordrex34.reflection/commons-reflection-utils "1.0.0"]