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