GroupId | GroupIdcom.mercateo |
---|---|
ArtifactId | ArtifactIdreflection |
Version | Version1.2.13 |
Type | Typejar |
Filename | Size |
---|---|
reflection-1.2.13.pom | |
reflection-1.2.13.jar | 11 KB |
reflection-1.2.13-tests.jar | 36 KB |
reflection-1.2.13-sources.jar | 6 KB |
reflection-1.2.13-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mercateo/reflection/ -->
<dependency>
<groupId>com.mercateo</groupId>
<artifactId>reflection</artifactId>
<version>1.2.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.mercateo/reflection/
implementation 'com.mercateo:reflection:1.2.13'
// https://jarcasting.com/artifacts/com.mercateo/reflection/
implementation ("com.mercateo:reflection:1.2.13")
'com.mercateo:reflection:jar:1.2.13'
<dependency org="com.mercateo" name="reflection" rev="1.2.13">
<artifact name="reflection" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mercateo', module='reflection', version='1.2.13')
)
libraryDependencies += "com.mercateo" % "reflection" % "1.2.13"
[com.mercateo/reflection "1.2.13"]