License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.github.jobop |
ArtifactId | ArtifactIdperformance |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionperformance
a simple performance framework
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
performance-1.0.0.pom | |
performance-1.0.0.jar | 62 KB |
performance-1.0.0-sources.jar | 55 KB |
performance-1.0.0-javadoc.jar | 249 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jobop/performance/ -->
<dependency>
<groupId>com.github.jobop</groupId>
<artifactId>performance</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jobop/performance/
implementation 'com.github.jobop:performance:1.0.0'
// https://jarcasting.com/artifacts/com.github.jobop/performance/
implementation ("com.github.jobop:performance:1.0.0")
'com.github.jobop:performance:jar:1.0.0'
<dependency org="com.github.jobop" name="performance" rev="1.0.0">
<artifact name="performance" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jobop', module='performance', version='1.0.0')
)
libraryDependencies += "com.github.jobop" % "performance" % "1.0.0"
[com.github.jobop/performance "1.0.0"]