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