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