Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdio.gitlab.monstm |
ArtifactId | ArtifactIdmaven-example |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
maven-example-1.0.1.pom | |
maven-example-1.0.1.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.gitlab.monstm/maven-example/ -->
<dependency>
<groupId>io.gitlab.monstm</groupId>
<artifactId>maven-example</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.gitlab.monstm/maven-example/
implementation 'io.gitlab.monstm:maven-example:1.0.1'
// https://jarcasting.com/artifacts/io.gitlab.monstm/maven-example/
implementation ("io.gitlab.monstm:maven-example:1.0.1")
'io.gitlab.monstm:maven-example:jar:1.0.1'
<dependency org="io.gitlab.monstm" name="maven-example" rev="1.0.1">
<artifact name="maven-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gitlab.monstm', module='maven-example', version='1.0.1')
)
libraryDependencies += "io.gitlab.monstm" % "maven-example" % "1.0.1"
[io.gitlab.monstm/maven-example "1.0.1"]