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