Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.mycila.maven |
ArtifactId | ArtifactIdmaven-deployer |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
maven-deployer-1.3.pom | |
maven-deployer-1.3.jar | 70 KB |
maven-deployer-1.3-sources.jar | 16 KB |
maven-deployer-1.3-project.zip | 120 KB |
maven-deployer-1.3-javadoc.jar | 24 KB |
maven-deployer-1.3-dist.zip | 100 KB |
maven-deployer-1.3-dist.tar.gz | 95 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mycila.maven/maven-deployer/ -->
<dependency>
<groupId>com.mycila.maven</groupId>
<artifactId>maven-deployer</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.mycila.maven/maven-deployer/
implementation 'com.mycila.maven:maven-deployer:1.3'
// https://jarcasting.com/artifacts/com.mycila.maven/maven-deployer/
implementation ("com.mycila.maven:maven-deployer:1.3")
'com.mycila.maven:maven-deployer:jar:1.3'
<dependency org="com.mycila.maven" name="maven-deployer" rev="1.3">
<artifact name="maven-deployer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mycila.maven', module='maven-deployer', version='1.3')
)
libraryDependencies += "com.mycila.maven" % "maven-deployer" % "1.3"
[com.mycila.maven/maven-deployer "1.3"]