GroupId | GroupIdcom.seanshubin.devon |
---|---|
ArtifactId | ArtifactIddevon-reflection |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
devon-reflection-1.1.pom | |
devon-reflection-1.1.jar | 70 KB |
devon-reflection-1.1-test-sources.jar | 5 KB |
devon-reflection-1.1-sources.jar | 6 KB |
devon-reflection-1.1-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.seanshubin.devon/devon-reflection/ -->
<dependency>
<groupId>com.seanshubin.devon</groupId>
<artifactId>devon-reflection</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.seanshubin.devon/devon-reflection/
implementation 'com.seanshubin.devon:devon-reflection:1.1'
// https://jarcasting.com/artifacts/com.seanshubin.devon/devon-reflection/
implementation ("com.seanshubin.devon:devon-reflection:1.1")
'com.seanshubin.devon:devon-reflection:jar:1.1'
<dependency org="com.seanshubin.devon" name="devon-reflection" rev="1.1">
<artifact name="devon-reflection" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seanshubin.devon', module='devon-reflection', version='1.1')
)
libraryDependencies += "com.seanshubin.devon" % "devon-reflection" % "1.1"
[com.seanshubin.devon/devon-reflection "1.1"]