GroupId | GroupIdcom.seanshubin.devon |
---|---|
ArtifactId | ArtifactIddevon-reflection |
Version | Version1.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.seanshubin.devon/devon-reflection/ -->
<dependency>
<groupId>com.seanshubin.devon</groupId>
<artifactId>devon-reflection</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.seanshubin.devon/devon-reflection/
implementation 'com.seanshubin.devon:devon-reflection:1.1.1'
// https://jarcasting.com/artifacts/com.seanshubin.devon/devon-reflection/
implementation ("com.seanshubin.devon:devon-reflection:1.1.1")
'com.seanshubin.devon:devon-reflection:jar:1.1.1'
<dependency org="com.seanshubin.devon" name="devon-reflection" rev="1.1.1">
<artifact name="devon-reflection" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seanshubin.devon', module='devon-reflection', version='1.1.1')
)
libraryDependencies += "com.seanshubin.devon" % "devon-reflection" % "1.1.1"
[com.seanshubin.devon/devon-reflection "1.1.1"]