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