| GroupId | GroupIdorg.actframework |
|---|---|
| ArtifactId | ArtifactIdact-starter-parent |
| Version | Version1.7.3.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| act-starter-parent-1.7.3.0.pom | |
| act-starter-parent-1.7.3.0.zip | 9 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.actframework/act-starter-parent/ -->
<dependency>
<groupId>org.actframework</groupId>
<artifactId>act-starter-parent</artifactId>
<version>1.7.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.actframework/act-starter-parent/
implementation 'org.actframework:act-starter-parent:1.7.3.0'
// https://jarcasting.com/artifacts/org.actframework/act-starter-parent/
implementation ("org.actframework:act-starter-parent:1.7.3.0")
'org.actframework:act-starter-parent:pom:1.7.3.0'
<dependency org="org.actframework" name="act-starter-parent" rev="1.7.3.0">
<artifact name="act-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.actframework', module='act-starter-parent', version='1.7.3.0')
)
libraryDependencies += "org.actframework" % "act-starter-parent" % "1.7.3.0"
[org.actframework/act-starter-parent "1.7.3.0"]