GroupId | GroupIdorg.inigma |
---|---|
ArtifactId | ArtifactIddeployer |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
deployer-0.1.pom | |
deployer-0.1.jar | 26 KB |
deployer-0.1-sources.jar | 7 KB |
deployer-0.1-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.inigma/deployer/ -->
<dependency>
<groupId>org.inigma</groupId>
<artifactId>deployer</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.inigma/deployer/
implementation 'org.inigma:deployer:0.1'
// https://jarcasting.com/artifacts/org.inigma/deployer/
implementation ("org.inigma:deployer:0.1")
'org.inigma:deployer:jar:0.1'
<dependency org="org.inigma" name="deployer" rev="0.1">
<artifact name="deployer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.inigma', module='deployer', version='0.1')
)
libraryDependencies += "org.inigma" % "deployer" % "0.1"
[org.inigma/deployer "0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |