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