GroupId | GroupIdorg.actframework |
---|---|
ArtifactId | ArtifactIdact-starter-parent |
Version | Version1.8.23.2 |
Type | Typepom |
Filename | Size |
---|---|
act-starter-parent-1.8.23.2.pom | |
act-starter-parent-1.8.23.2.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.23.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.actframework/act-starter-parent/
implementation 'org.actframework:act-starter-parent:1.8.23.2'
// https://jarcasting.com/artifacts/org.actframework/act-starter-parent/
implementation ("org.actframework:act-starter-parent:1.8.23.2")
'org.actframework:act-starter-parent:pom:1.8.23.2'
<dependency org="org.actframework" name="act-starter-parent" rev="1.8.23.2">
<artifact name="act-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.actframework', module='act-starter-parent', version='1.8.23.2')
)
libraryDependencies += "org.actframework" % "act-starter-parent" % "1.8.23.2"
[org.actframework/act-starter-parent "1.8.23.2"]