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