GroupId | GroupIdorg.atteo.moonshine |
---|---|
ArtifactId | ArtifactIdreflection-utils |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
reflection-utils-1.1.pom | |
reflection-utils-1.1.jar | 3 KB |
reflection-utils-1.1-sources.jar | 2 KB |
reflection-utils-1.1-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atteo.moonshine/reflection-utils/ -->
<dependency>
<groupId>org.atteo.moonshine</groupId>
<artifactId>reflection-utils</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.atteo.moonshine/reflection-utils/
implementation 'org.atteo.moonshine:reflection-utils:1.1'
// https://jarcasting.com/artifacts/org.atteo.moonshine/reflection-utils/
implementation ("org.atteo.moonshine:reflection-utils:1.1")
'org.atteo.moonshine:reflection-utils:jar:1.1'
<dependency org="org.atteo.moonshine" name="reflection-utils" rev="1.1">
<artifact name="reflection-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atteo.moonshine', module='reflection-utils', version='1.1')
)
libraryDependencies += "org.atteo.moonshine" % "reflection-utils" % "1.1"
[org.atteo.moonshine/reflection-utils "1.1"]