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