is not current version
Last Version 1.1.0

com.github.qantrous:example 1.0.5

Simple project to learn how to publish on maven central

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.github.qantrous
ArtifactId

ArtifactId

example
Version

Version

1.0.5
Type

Type

jar

Download example 1.0.5


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