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