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