| GroupId | GroupIdio.github.portlek |
|---|---|
| ArtifactId | ArtifactIdreplaceable |
| Version | Version1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| replaceable-1.1.pom | |
| replaceable-1.1.jar | 14 KB |
| replaceable-1.1-sources.jar | 8 KB |
| replaceable-1.1-javadoc.jar | 49 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.portlek/replaceable/ -->
<dependency>
<groupId>io.github.portlek</groupId>
<artifactId>replaceable</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.portlek/replaceable/
implementation 'io.github.portlek:replaceable:1.1'
// https://jarcasting.com/artifacts/io.github.portlek/replaceable/
implementation ("io.github.portlek:replaceable:1.1")
'io.github.portlek:replaceable:jar:1.1'
<dependency org="io.github.portlek" name="replaceable" rev="1.1">
<artifact name="replaceable" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.portlek', module='replaceable', version='1.1')
)
libraryDependencies += "io.github.portlek" % "replaceable" % "1.1"
[io.github.portlek/replaceable "1.1"]