License |
License |
---|---|
GroupId | GroupIdcom.woozooha |
ArtifactId | ArtifactIdadonistrack |
Version | Version2.0.2 |
Type | Typejar |
Description |
DescriptionAdonisTrack
Simple profiling tool.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
adonistrack-2.0.2.pom | |
adonistrack-2.0.2.jar | 51 KB |
adonistrack-2.0.2-sources.jar | 32 KB |
adonistrack-2.0.2-javadoc.jar | 242 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.woozooha/adonistrack/ -->
<dependency>
<groupId>com.woozooha</groupId>
<artifactId>adonistrack</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.woozooha/adonistrack/
implementation 'com.woozooha:adonistrack:2.0.2'
// https://jarcasting.com/artifacts/com.woozooha/adonistrack/
implementation ("com.woozooha:adonistrack:2.0.2")
'com.woozooha:adonistrack:jar:2.0.2'
<dependency org="com.woozooha" name="adonistrack" rev="2.0.2">
<artifact name="adonistrack" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.woozooha', module='adonistrack', version='2.0.2')
)
libraryDependencies += "com.woozooha" % "adonistrack" % "2.0.2"
[com.woozooha/adonistrack "2.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.aspectj : aspectjrt | jar | 1.9.2 |
org.aspectj : aspectjweaver | jar | 1.9.2 |
org.projectlombok : lombok | jar | 1.16.20 |
org.apache.commons : commons-text | jar | 1.8 |
org.apache.commons : commons-lang3 | jar | 3.9 |
com.google.code.gson : gson | jar | 2.8.7 |
org.springframework : spring-jcl | jar | 5.2.7.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 4.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.1.3.RELEASE |
org.springframework.boot : spring-boot-starter-web | jar | 2.1.3.RELEASE |
org.springframework.boot : spring-boot-starter-data-jpa | jar | 2.1.3.RELEASE |
com.h2database : h2 | jar | 1.4.197 |
com.jayway.restassured : rest-assured | jar | 2.9.0 |