is not current version
Last Version 1.2.0

com.github.jj3l:maven-example 1.1.0

This is an example project to demonstrate Maven usage and configuration.

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.jj3l
ArtifactId

ArtifactId

maven-example
Version

Version

1.1.0
Type

Type

jar

Download maven-example 1.1.0


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