| GroupId | GroupIdwtf.s1.pudge |
|---|---|
| ArtifactId | ArtifactIdwill-fix-plugin |
| Version | Version0.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| will-fix-plugin-0.1.0.pom | |
| will-fix-plugin-0.1.0.jar | 20 KB |
| will-fix-plugin-0.1.0-sources.jar | 7 KB |
| will-fix-plugin-0.1.0-javadoc.jar | 327 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/wtf.s1.pudge/will-fix-plugin/ -->
<dependency>
<groupId>wtf.s1.pudge</groupId>
<artifactId>will-fix-plugin</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/wtf.s1.pudge/will-fix-plugin/
implementation 'wtf.s1.pudge:will-fix-plugin:0.1.0'
// https://jarcasting.com/artifacts/wtf.s1.pudge/will-fix-plugin/
implementation ("wtf.s1.pudge:will-fix-plugin:0.1.0")
'wtf.s1.pudge:will-fix-plugin:jar:0.1.0'
<dependency org="wtf.s1.pudge" name="will-fix-plugin" rev="0.1.0">
<artifact name="will-fix-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='wtf.s1.pudge', module='will-fix-plugin', version='0.1.0')
)
libraryDependencies += "wtf.s1.pudge" % "will-fix-plugin" % "0.1.0"
[wtf.s1.pudge/will-fix-plugin "0.1.0"]