License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdfr.jcgay.maven.extension |
ArtifactId | ArtifactIdmaven-distinct-local-repository |
Version | Version1.2 |
Type | Typejar |
Description |
DescriptionThis is the default Maven configuration I use to upload binaries on maven central.
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/fr.jcgay.maven.extension/maven-distinct-local-repository/ -->
<dependency>
<groupId>fr.jcgay.maven.extension</groupId>
<artifactId>maven-distinct-local-repository</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/fr.jcgay.maven.extension/maven-distinct-local-repository/
implementation 'fr.jcgay.maven.extension:maven-distinct-local-repository:1.2'
// https://jarcasting.com/artifacts/fr.jcgay.maven.extension/maven-distinct-local-repository/
implementation ("fr.jcgay.maven.extension:maven-distinct-local-repository:1.2")
'fr.jcgay.maven.extension:maven-distinct-local-repository:jar:1.2'
<dependency org="fr.jcgay.maven.extension" name="maven-distinct-local-repository" rev="1.2">
<artifact name="maven-distinct-local-repository" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.jcgay.maven.extension', module='maven-distinct-local-repository', version='1.2')
)
libraryDependencies += "fr.jcgay.maven.extension" % "maven-distinct-local-repository" % "1.2"
[fr.jcgay.maven.extension/maven-distinct-local-repository "1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven : maven-core | jar | 3.2.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.0.3 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.0.3 |
org.mockito : mockito-core | jar | 2.13.0 |
org.assertj : assertj-core | jar | 3.9.0 |