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