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