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