GroupId | GroupIdio.github.portlek |
---|---|
ArtifactId | ArtifactIdversion-matched |
Version | Version2.5.2 |
Type | Typejar |
Filename | Size |
---|---|
version-matched-2.5.2.pom | |
version-matched-2.5.2.jar | 32 KB |
version-matched-2.5.2-sources.jar | 5 KB |
version-matched-2.5.2-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.portlek/version-matched/ -->
<dependency>
<groupId>io.github.portlek</groupId>
<artifactId>version-matched</artifactId>
<version>2.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.portlek/version-matched/
implementation 'io.github.portlek:version-matched:2.5.2'
// https://jarcasting.com/artifacts/io.github.portlek/version-matched/
implementation ("io.github.portlek:version-matched:2.5.2")
'io.github.portlek:version-matched:jar:2.5.2'
<dependency org="io.github.portlek" name="version-matched" rev="2.5.2">
<artifact name="version-matched" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.portlek', module='version-matched', version='2.5.2')
)
libraryDependencies += "io.github.portlek" % "version-matched" % "2.5.2"
[io.github.portlek/version-matched "2.5.2"]