Categories |
CategoriesIDE Development Tools GUI User Interface |
---|---|
GroupId | GroupIdio.github.lomtalay |
ArtifactId | ArtifactIdMappingGuide |
Version | Version1.0.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.lomtalay/MappingGuide/ -->
<dependency>
<groupId>io.github.lomtalay</groupId>
<artifactId>MappingGuide</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.lomtalay/MappingGuide/
implementation 'io.github.lomtalay:MappingGuide:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/io.github.lomtalay/MappingGuide/
implementation ("io.github.lomtalay:MappingGuide:1.0.0.RELEASE")
'io.github.lomtalay:MappingGuide:jar:1.0.0.RELEASE'
<dependency org="io.github.lomtalay" name="MappingGuide" rev="1.0.0.RELEASE">
<artifact name="MappingGuide" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.lomtalay', module='MappingGuide', version='1.0.0.RELEASE')
)
libraryDependencies += "io.github.lomtalay" % "MappingGuide" % "1.0.0.RELEASE"
[io.github.lomtalay/MappingGuide "1.0.0.RELEASE"]