Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdat.bestsolution |
ArtifactId | ArtifactIdat.bestsolution.maven.publisher |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/at.bestsolution/at.bestsolution.maven.publisher/ -->
<dependency>
<groupId>at.bestsolution</groupId>
<artifactId>at.bestsolution.maven.publisher</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/at.bestsolution/at.bestsolution.maven.publisher/
implementation 'at.bestsolution:at.bestsolution.maven.publisher:1.0.0'
// https://jarcasting.com/artifacts/at.bestsolution/at.bestsolution.maven.publisher/
implementation ("at.bestsolution:at.bestsolution.maven.publisher:1.0.0")
'at.bestsolution:at.bestsolution.maven.publisher:jar:1.0.0'
<dependency org="at.bestsolution" name="at.bestsolution.maven.publisher" rev="1.0.0">
<artifact name="at.bestsolution.maven.publisher" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.bestsolution', module='at.bestsolution.maven.publisher', version='1.0.0')
)
libraryDependencies += "at.bestsolution" % "at.bestsolution.maven.publisher" % "1.0.0"
[at.bestsolution/at.bestsolution.maven.publisher "1.0.0"]