Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.beetl |
ArtifactId | ArtifactIdbeetl-performance |
Version | Version2.0.4 |
Type | Typejar |
Filename | Size |
---|---|
beetl-performance-2.0.4.pom | |
beetl-performance-2.0.4.jar | 31 KB |
beetl-performance-2.0.4-sources.jar | 22 KB |
beetl-performance-2.0.4-javadoc.jar | 193 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.beetl/beetl-performance/ -->
<dependency>
<groupId>org.beetl</groupId>
<artifactId>beetl-performance</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.beetl/beetl-performance/
implementation 'org.beetl:beetl-performance:2.0.4'
// https://jarcasting.com/artifacts/org.beetl/beetl-performance/
implementation ("org.beetl:beetl-performance:2.0.4")
'org.beetl:beetl-performance:jar:2.0.4'
<dependency org="org.beetl" name="beetl-performance" rev="2.0.4">
<artifact name="beetl-performance" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.beetl', module='beetl-performance', version='2.0.4')
)
libraryDependencies += "org.beetl" % "beetl-performance" % "2.0.4"
[org.beetl/beetl-performance "2.0.4"]