is not current version
Last Version 1.6

com.johnathangilday:how-to-maven-central 1.4

Sample project for demonstrating deployment to Maven Central

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.johnathangilday
ArtifactId

ArtifactId

how-to-maven-central
Version

Version

1.4
Type

Type

jar

Download how-to-maven-central 1.4


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