| License |
License |
|---|---|
| GroupId | GroupIdcom.wizzardo.tools |
| ArtifactId | ArtifactIdtools-interfaces |
| Version | Version0.23 |
| Type | Typejar |
| Description |
Descriptiontools-interfaces
Common interfaces
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| tools-interfaces-0.23.pom | |
| tools-interfaces-0.23.jar | 2 KB |
| tools-interfaces-0.23-sources.jar | 2 KB |
| tools-interfaces-0.23-javadoc.jar | 400 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.wizzardo.tools/tools-interfaces/ -->
<dependency>
<groupId>com.wizzardo.tools</groupId>
<artifactId>tools-interfaces</artifactId>
<version>0.23</version>
</dependency>
// https://jarcasting.com/artifacts/com.wizzardo.tools/tools-interfaces/
implementation 'com.wizzardo.tools:tools-interfaces:0.23'
// https://jarcasting.com/artifacts/com.wizzardo.tools/tools-interfaces/
implementation ("com.wizzardo.tools:tools-interfaces:0.23")
'com.wizzardo.tools:tools-interfaces:jar:0.23'
<dependency org="com.wizzardo.tools" name="tools-interfaces" rev="0.23">
<artifact name="tools-interfaces" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wizzardo.tools', module='tools-interfaces', version='0.23')
)
libraryDependencies += "com.wizzardo.tools" % "tools-interfaces" % "0.23"
[com.wizzardo.tools/tools-interfaces "0.23"]