maven-example

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

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

io.gitlab.monstm
ArtifactId

ArtifactId

maven-example
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

maven-example
learn how to create, publish, distribute and reuse android library
Project URL

Project URL

https://gitlab.com/monstm/maven-example
Source Code Management

Source Code Management

https://gitlab.com/monstm/maven-example

Download maven-example

How to add to project

<!-- https://jarcasting.com/artifacts/io.gitlab.monstm/maven-example/ -->
<dependency>
    <groupId>io.gitlab.monstm</groupId>
    <artifactId>maven-example</artifactId>
    <version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.gitlab.monstm/maven-example/
implementation 'io.gitlab.monstm:maven-example:1.0.4'
// https://jarcasting.com/artifacts/io.gitlab.monstm/maven-example/
implementation ("io.gitlab.monstm:maven-example:1.0.4")
'io.gitlab.monstm:maven-example:jar:1.0.4'
<dependency org="io.gitlab.monstm" name="maven-example" rev="1.0.4">
  <artifact name="maven-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gitlab.monstm', module='maven-example', version='1.0.4')
)
libraryDependencies += "io.gitlab.monstm" % "maven-example" % "1.0.4"
[io.gitlab.monstm/maven-example "1.0.4"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.4
1.0.3
1.0.1