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