GroupId | GroupIdcom.github.auties00 |
---|---|
ArtifactId | ArtifactIdmap-module |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
map-module-1.2.pom | |
map-module-1.2.jar | 8 KB |
map-module-1.2-sources.jar | 5 KB |
map-module-1.2-javadoc.jar | 123 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.auties00/map-module/ -->
<dependency>
<groupId>com.github.auties00</groupId>
<artifactId>map-module</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.auties00/map-module/
implementation 'com.github.auties00:map-module:1.2'
// https://jarcasting.com/artifacts/com.github.auties00/map-module/
implementation ("com.github.auties00:map-module:1.2")
'com.github.auties00:map-module:jar:1.2'
<dependency org="com.github.auties00" name="map-module" rev="1.2">
<artifact name="map-module" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.auties00', module='map-module', version='1.2')
)
libraryDependencies += "com.github.auties00" % "map-module" % "1.2"
[com.github.auties00/map-module "1.2"]