maven-demo

A maven project to study maven.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.wustring
ArtifactId

ArtifactId

maven-demo
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

jar
Description

Description

maven-demo
A maven project to study maven.
Project URL

Project URL

https://github.com/wustring/OSSRH-50170
Source Code Management

Source Code Management

https://github.com/wustring/demo.git

Download maven-demo

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.httpcomponents : httpclient jar 4.5.5
commons-codec : commons-codec jar 1.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.1
1.0