is not current version
Last Version 1.0.4

io.gitlab.monstm:maven-example 1.0.3

learn how to create, publish, distribute and reuse android library

Categories

Categories

Maven Build Tools
GroupId

GroupId

io.gitlab.monstm
ArtifactId

ArtifactId

maven-example
Version

Version

1.0.3
Type

Type

jar

Download maven-example 1.0.3


<!-- 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"]