is not current version
Last Version 1.46

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

Maven Archetype for Azure Functions

GroupId

GroupId

com.microsoft.azure
ArtifactId

ArtifactId

azure-functions-archetype
Version

Version

1.15
Type

Type

jar

Download azure-functions-archetype 1.15


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