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