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