is not current version
Last Version 1.46

com.microsoft.azure:azure-functions-archetype 1.36

Maven Archetype for Azure Functions

GroupId

GroupId

com.microsoft.azure
ArtifactId

ArtifactId

azure-functions-archetype
Version

Version

1.36
Type

Type

jar

Download azure-functions-archetype 1.36


<!-- https://jarcasting.com/artifacts/com.microsoft.azure/azure-functions-archetype/ -->
<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-functions-archetype</artifactId>
    <version>1.36</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-functions-archetype/
implementation 'com.microsoft.azure:azure-functions-archetype:1.36'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-functions-archetype/
implementation ("com.microsoft.azure:azure-functions-archetype:1.36")
'com.microsoft.azure:azure-functions-archetype:jar:1.36'
<dependency org="com.microsoft.azure" name="azure-functions-archetype" rev="1.36">
  <artifact name="azure-functions-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-functions-archetype', version='1.36')
)
libraryDependencies += "com.microsoft.azure" % "azure-functions-archetype" % "1.36"
[com.microsoft.azure/azure-functions-archetype "1.36"]