GroupId | GroupIdcom.wizzardo.tools |
---|---|
ArtifactId | ArtifactIdtools-reflection |
Version | Version0.19 |
Type | Typejar |
Filename | Size |
---|---|
tools-reflection-0.19.pom | |
tools-reflection-0.19.jar | 37 KB |
tools-reflection-0.19-sources.jar | 18 KB |
tools-reflection-0.19-javadoc.jar | 105 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wizzardo.tools/tools-reflection/ -->
<dependency>
<groupId>com.wizzardo.tools</groupId>
<artifactId>tools-reflection</artifactId>
<version>0.19</version>
</dependency>
// https://jarcasting.com/artifacts/com.wizzardo.tools/tools-reflection/
implementation 'com.wizzardo.tools:tools-reflection:0.19'
// https://jarcasting.com/artifacts/com.wizzardo.tools/tools-reflection/
implementation ("com.wizzardo.tools:tools-reflection:0.19")
'com.wizzardo.tools:tools-reflection:jar:0.19'
<dependency org="com.wizzardo.tools" name="tools-reflection" rev="0.19">
<artifact name="tools-reflection" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wizzardo.tools', module='tools-reflection', version='0.19')
)
libraryDependencies += "com.wizzardo.tools" % "tools-reflection" % "0.19"
[com.wizzardo.tools/tools-reflection "0.19"]