| GroupId | GroupIdorg.actframework |
|---|---|
| ArtifactId | ArtifactIdact-archetype-support |
| Version | Version1.8.8.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| act-archetype-support-1.8.8.0.pom | |
| act-archetype-support-1.8.8.0.jar | 14 KB |
| act-archetype-support-1.8.8.0-sources.jar | 14 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.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.actframework/act-archetype-support/
implementation 'org.actframework:act-archetype-support:1.8.8.0'
// https://jarcasting.com/artifacts/org.actframework/act-archetype-support/
implementation ("org.actframework:act-archetype-support:1.8.8.0")
'org.actframework:act-archetype-support:jar:1.8.8.0'
<dependency org="org.actframework" name="act-archetype-support" rev="1.8.8.0">
<artifact name="act-archetype-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.actframework', module='act-archetype-support', version='1.8.8.0')
)
libraryDependencies += "org.actframework" % "act-archetype-support" % "1.8.8.0"
[org.actframework/act-archetype-support "1.8.8.0"]