Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdorg.actframework |
ArtifactId | ArtifactIdact-maven-archetypes |
Version | Version1.8.5.0 |
Type | Typepom |
Filename | Size |
---|---|
act-maven-archetypes-1.8.5.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.actframework/act-maven-archetypes/ -->
<dependency>
<groupId>org.actframework</groupId>
<artifactId>act-maven-archetypes</artifactId>
<version>1.8.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.actframework/act-maven-archetypes/
implementation 'org.actframework:act-maven-archetypes:1.8.5.0'
// https://jarcasting.com/artifacts/org.actframework/act-maven-archetypes/
implementation ("org.actframework:act-maven-archetypes:1.8.5.0")
'org.actframework:act-maven-archetypes:pom:1.8.5.0'
<dependency org="org.actframework" name="act-maven-archetypes" rev="1.8.5.0">
<artifact name="act-maven-archetypes" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.actframework', module='act-maven-archetypes', version='1.8.5.0')
)
libraryDependencies += "org.actframework" % "act-maven-archetypes" % "1.8.5.0"
[org.actframework/act-maven-archetypes "1.8.5.0"]