| GroupId | GroupIdio.github.pellse |
|---|---|
| ArtifactId | ArtifactIdassembler-util |
| Version | Version0.0.6 |
| Type | Typepom |
| Filename | Size |
|---|---|
| assembler-util-0.0.6.pom | |
| assembler-util-0.0.6.jar | 1 KB |
| assembler-util-0.0.6-sources.jar | 28 KB |
| assembler-util-0.0.6-javadoc.jar | 472 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.pellse/assembler-util/ -->
<dependency>
<groupId>io.github.pellse</groupId>
<artifactId>assembler-util</artifactId>
<version>0.0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.pellse/assembler-util/
implementation 'io.github.pellse:assembler-util:0.0.6'
// https://jarcasting.com/artifacts/io.github.pellse/assembler-util/
implementation ("io.github.pellse:assembler-util:0.0.6")
'io.github.pellse:assembler-util:pom:0.0.6'
<dependency org="io.github.pellse" name="assembler-util" rev="0.0.6">
<artifact name="assembler-util" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.pellse', module='assembler-util', version='0.0.6')
)
libraryDependencies += "io.github.pellse" % "assembler-util" % "0.0.6"
[io.github.pellse/assembler-util "0.0.6"]