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