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