License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.johnathangilday |
ArtifactId | ArtifactIdhow-to-maven-central |
Version | Version1.6 |
Type | Typejar |
Description |
Descriptionhow-to-maven-central
Sample project for demonstrating deployment to Maven Central
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
how-to-maven-central-1.6.pom | |
how-to-maven-central-1.6.jar | 2 KB |
how-to-maven-central-1.6-sources.jar | 2 KB |
how-to-maven-central-1.6-javadoc.jar | 393 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.johnathangilday/how-to-maven-central/ -->
<dependency>
<groupId>com.johnathangilday</groupId>
<artifactId>how-to-maven-central</artifactId>
<version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.johnathangilday/how-to-maven-central/
implementation 'com.johnathangilday:how-to-maven-central:1.6'
// https://jarcasting.com/artifacts/com.johnathangilday/how-to-maven-central/
implementation ("com.johnathangilday:how-to-maven-central:1.6")
'com.johnathangilday:how-to-maven-central:jar:1.6'
<dependency org="com.johnathangilday" name="how-to-maven-central" rev="1.6">
<artifact name="how-to-maven-central" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.johnathangilday', module='how-to-maven-central', version='1.6')
)
libraryDependencies += "com.johnathangilday" % "how-to-maven-central" % "1.6"
[com.johnathangilday/how-to-maven-central "1.6"]