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