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