GroupId | GroupIdcom.github.XDean |
---|---|
ArtifactId | ArtifactIdReflectWithoutString |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
ReflectWithoutString-2.0.pom | |
ReflectWithoutString-2.0.jar | 25 KB |
ReflectWithoutString-2.0-sources.jar | 14 KB |
ReflectWithoutString-2.0-javadoc.jar | 114 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.XDean/ReflectWithoutString/ -->
<dependency>
<groupId>com.github.XDean</groupId>
<artifactId>ReflectWithoutString</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.XDean/ReflectWithoutString/
implementation 'com.github.XDean:ReflectWithoutString:2.0'
// https://jarcasting.com/artifacts/com.github.XDean/ReflectWithoutString/
implementation ("com.github.XDean:ReflectWithoutString:2.0")
'com.github.XDean:ReflectWithoutString:jar:2.0'
<dependency org="com.github.XDean" name="ReflectWithoutString" rev="2.0">
<artifact name="ReflectWithoutString" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.XDean', module='ReflectWithoutString', version='2.0')
)
libraryDependencies += "com.github.XDean" % "ReflectWithoutString" % "2.0"
[com.github.XDean/ReflectWithoutString "2.0"]