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