| GroupId | GroupIdorg.wiperdog |
|---|---|
| ArtifactId | ArtifactIdwiperdog-assembly |
| Version | Version0.2.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| wiperdog-assembly-0.2.4.pom | |
| wiperdog-assembly-0.2.4.jar | 18 KB |
| wiperdog-assembly-0.2.4-win.jar | 30 MB |
| wiperdog-assembly-0.2.4-unix.jar | 20 MB |
| wiperdog-assembly-0.2.4-sources.jar | 11 KB |
| wiperdog-assembly-0.2.4-javadoc.jar | 41 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.wiperdog/wiperdog-assembly/ -->
<dependency>
<groupId>org.wiperdog</groupId>
<artifactId>wiperdog-assembly</artifactId>
<version>0.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.wiperdog/wiperdog-assembly/
implementation 'org.wiperdog:wiperdog-assembly:0.2.4'
// https://jarcasting.com/artifacts/org.wiperdog/wiperdog-assembly/
implementation ("org.wiperdog:wiperdog-assembly:0.2.4")
'org.wiperdog:wiperdog-assembly:jar:0.2.4'
<dependency org="org.wiperdog" name="wiperdog-assembly" rev="0.2.4">
<artifact name="wiperdog-assembly" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wiperdog', module='wiperdog-assembly', version='0.2.4')
)
libraryDependencies += "org.wiperdog" % "wiperdog-assembly" % "0.2.4"
[org.wiperdog/wiperdog-assembly "0.2.4"]