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