GroupId | GroupIdcom.swoval |
---|---|
ArtifactId | ArtifactIdreflect_2.12 |
Version | Version1.2.4 |
Type | Typejar |
Filename | Size |
---|---|
reflect_2.12-1.2.4.pom | |
reflect_2.12-1.2.4.jar | 69 KB |
reflect_2.12-1.2.4-sources.jar | 10 KB |
reflect_2.12-1.2.4-javadoc.jar | 682 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.swoval/reflect_2.12/ -->
<dependency>
<groupId>com.swoval</groupId>
<artifactId>reflect_2.12</artifactId>
<version>1.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.swoval/reflect_2.12/
implementation 'com.swoval:reflect_2.12:1.2.4'
// https://jarcasting.com/artifacts/com.swoval/reflect_2.12/
implementation ("com.swoval:reflect_2.12:1.2.4")
'com.swoval:reflect_2.12:jar:1.2.4'
<dependency org="com.swoval" name="reflect_2.12" rev="1.2.4">
<artifact name="reflect_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.swoval', module='reflect_2.12', version='1.2.4')
)
libraryDependencies += "com.swoval" % "reflect_2.12" % "1.2.4"
[com.swoval/reflect_2.12 "1.2.4"]