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