License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.genyherrera.performancelog |
ArtifactId | ArtifactIdperformance-log |
Version | Version1.1 |
Type | Typejar |
Description |
DescriptionPerformance Log
Annotation API for measuring performance (How log it takes for run)
|
Project URL |
Project URL |
Filename | Size |
---|---|
performance-log-1.1.pom | |
performance-log-1.1.jar | 14 KB |
performance-log-1.1-sources.jar | 3 KB |
performance-log-1.1-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.genyherrera.performancelog/performance-log/ -->
<dependency>
<groupId>com.genyherrera.performancelog</groupId>
<artifactId>performance-log</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.genyherrera.performancelog/performance-log/
implementation 'com.genyherrera.performancelog:performance-log:1.1'
// https://jarcasting.com/artifacts/com.genyherrera.performancelog/performance-log/
implementation ("com.genyherrera.performancelog:performance-log:1.1")
'com.genyherrera.performancelog:performance-log:jar:1.1'
<dependency org="com.genyherrera.performancelog" name="performance-log" rev="1.1">
<artifact name="performance-log" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.genyherrera.performancelog', module='performance-log', version='1.1')
)
libraryDependencies += "com.genyherrera.performancelog" % "performance-log" % "1.1"
[com.genyherrera.performancelog/performance-log "1.1"]
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.16 |
org.slf4j : slf4j-api | jar | 1.6.1 |
org.slf4j : jcl-over-slf4j | jar | 1.6.1 |
org.slf4j : slf4j-log4j12 | jar | 1.6.1 |
org.springframework : spring-core | jar | 3.2.2.RELEASE |
org.springframework : spring-context | jar | 3.2.2.RELEASE |
org.springframework : spring-aop | jar | 3.2.2.RELEASE |
org.springframework : spring-aspects | jar | 3.2.2.RELEASE |
org.springframework : spring-tx | jar | 3.2.2.RELEASE |
com.h2database : h2 | jar | 1.2.144 |
org.hibernate : hibernate-core | jar | 3.5.5-Final |
org.hibernate : hibernate-entitymanager | jar | 3.5.5-Final |
org.hibernate.javax.persistence : hibernate-jpa-2.0-api | jar | 1.0.0.Final |
org.hibernate : hibernate-validator | jar | 4.1.0.Final |
javax.validation : validation-api | jar | 1.0.0.GA |
org.aspectj : aspectjrt | jar | 1.8.1 |
org.aspectj : aspectjweaver | jar | 1.8.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.springframework : spring-test | jar | 3.2.2.RELEASE |