GroupId | GroupIdorg.actframework |
---|---|
ArtifactId | ArtifactIdact-archetype-support |
Version | Version1.8.8.6 |
Type | Typejar |
Filename | Size |
---|---|
act-archetype-support-1.8.8.6.pom | |
act-archetype-support-1.8.8.6.jar | 15 KB |
act-archetype-support-1.8.8.6-sources.jar | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.actframework/act-archetype-support/ -->
<dependency>
<groupId>org.actframework</groupId>
<artifactId>act-archetype-support</artifactId>
<version>1.8.8.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.actframework/act-archetype-support/
implementation 'org.actframework:act-archetype-support:1.8.8.6'
// https://jarcasting.com/artifacts/org.actframework/act-archetype-support/
implementation ("org.actframework:act-archetype-support:1.8.8.6")
'org.actframework:act-archetype-support:jar:1.8.8.6'
<dependency org="org.actframework" name="act-archetype-support" rev="1.8.8.6">
<artifact name="act-archetype-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.actframework', module='act-archetype-support', version='1.8.8.6')
)
libraryDependencies += "org.actframework" % "act-archetype-support" % "1.8.8.6"
[org.actframework/act-archetype-support "1.8.8.6"]