is not current version
Last Version 1.1

com.github.wustring:maven-demo 1.0

A maven project to study maven.

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.wustring
ArtifactId

ArtifactId

maven-demo
Version

Version

1.0
Type

Type

jar

Download maven-demo 1.0


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