GroupId | GroupIdio.github.portlek |
---|---|
ArtifactId | ArtifactIdreplaceable |
Version | Version2.2.1 |
Type | Typejar |
Filename | Size |
---|---|
replaceable-2.2.1.pom | |
replaceable-2.2.1.jar | 10 KB |
replaceable-2.2.1-sources.jar | 8 KB |
replaceable-2.2.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.portlek/replaceable/
implementation 'io.github.portlek:replaceable:2.2.1'
// https://jarcasting.com/artifacts/io.github.portlek/replaceable/
implementation ("io.github.portlek:replaceable:2.2.1")
'io.github.portlek:replaceable:jar:2.2.1'
<dependency org="io.github.portlek" name="replaceable" rev="2.2.1">
<artifact name="replaceable" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.portlek', module='replaceable', version='2.2.1')
)
libraryDependencies += "io.github.portlek" % "replaceable" % "2.2.1"
[io.github.portlek/replaceable "2.2.1"]