GroupId | GroupIdcom.github.frtu.governance |
---|---|
ArtifactId | ArtifactIdlibrary-spring-reflection |
Version | Version1.0.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.frtu.governance/library-spring-reflection/ -->
<dependency>
<groupId>com.github.frtu.governance</groupId>
<artifactId>library-spring-reflection</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.frtu.governance/library-spring-reflection/
implementation 'com.github.frtu.governance:library-spring-reflection:1.0.5'
// https://jarcasting.com/artifacts/com.github.frtu.governance/library-spring-reflection/
implementation ("com.github.frtu.governance:library-spring-reflection:1.0.5")
'com.github.frtu.governance:library-spring-reflection:jar:1.0.5'
<dependency org="com.github.frtu.governance" name="library-spring-reflection" rev="1.0.5">
<artifact name="library-spring-reflection" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.frtu.governance', module='library-spring-reflection', version='1.0.5')
)
libraryDependencies += "com.github.frtu.governance" % "library-spring-reflection" % "1.0.5"
[com.github.frtu.governance/library-spring-reflection "1.0.5"]