| License |
License |
|---|---|
| GroupId | GroupIdcom.azure.tools |
| ArtifactId | ArtifactIdazure-sdk-archetype |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAzure SDK Maven archetype
Azure SDK archetype to generate a new Maven project with
recommended Azure SDK tools and configuration.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| azure-sdk-archetype-1.0.0.pom | |
| azure-sdk-archetype-1.0.0.jar | 13 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.azure.tools/azure-sdk-archetype/ -->
<dependency>
<groupId>com.azure.tools</groupId>
<artifactId>azure-sdk-archetype</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.azure.tools/azure-sdk-archetype/
implementation 'com.azure.tools:azure-sdk-archetype:1.0.0'
// https://jarcasting.com/artifacts/com.azure.tools/azure-sdk-archetype/
implementation ("com.azure.tools:azure-sdk-archetype:1.0.0")
'com.azure.tools:azure-sdk-archetype:jar:1.0.0'
<dependency org="com.azure.tools" name="azure-sdk-archetype" rev="1.0.0">
<artifact name="azure-sdk-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.azure.tools', module='azure-sdk-archetype', version='1.0.0')
)
libraryDependencies += "com.azure.tools" % "azure-sdk-archetype" % "1.0.0"
[com.azure.tools/azure-sdk-archetype "1.0.0"]