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