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