| GroupId | GroupIdio.github.bigwolftime |
|---|---|
| ArtifactId | ArtifactIdredefine |
| Version | Version0.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| redefine-0.0.1.pom | |
| redefine-0.0.1.jar | 24 KB |
| redefine-0.0.1-sources.jar | 15 KB |
| redefine-0.0.1-javadoc.jar | 91 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.bigwolftime/redefine/ -->
<dependency>
<groupId>io.github.bigwolftime</groupId>
<artifactId>redefine</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.bigwolftime/redefine/
implementation 'io.github.bigwolftime:redefine:0.0.1'
// https://jarcasting.com/artifacts/io.github.bigwolftime/redefine/
implementation ("io.github.bigwolftime:redefine:0.0.1")
'io.github.bigwolftime:redefine:jar:0.0.1'
<dependency org="io.github.bigwolftime" name="redefine" rev="0.0.1">
<artifact name="redefine" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.bigwolftime', module='redefine', version='0.0.1')
)
libraryDependencies += "io.github.bigwolftime" % "redefine" % "0.0.1"
[io.github.bigwolftime/redefine "0.0.1"]