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