Categories |
CategoriesMaven Build Tools CLI User Interface |
---|---|
GroupId | GroupIdio.github.bolttechmy |
ArtifactId | ArtifactIdMavenLibClient2 |
Version | Version1.1.0 |
Type | Typepom |
Filename | Size |
---|---|
MavenLibClient2-1.1.0.pom | |
MavenLibClient2-1.1.0-sources.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.bolttechmy/MavenLibClient2/ -->
<dependency>
<groupId>io.github.bolttechmy</groupId>
<artifactId>MavenLibClient2</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.bolttechmy/MavenLibClient2/
implementation 'io.github.bolttechmy:MavenLibClient2:1.1.0'
// https://jarcasting.com/artifacts/io.github.bolttechmy/MavenLibClient2/
implementation ("io.github.bolttechmy:MavenLibClient2:1.1.0")
'io.github.bolttechmy:MavenLibClient2:pom:1.1.0'
<dependency org="io.github.bolttechmy" name="MavenLibClient2" rev="1.1.0">
<artifact name="MavenLibClient2" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.bolttechmy', module='MavenLibClient2', version='1.1.0')
)
libraryDependencies += "io.github.bolttechmy" % "MavenLibClient2" % "1.1.0"
[io.github.bolttechmy/MavenLibClient2 "1.1.0"]