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