License |
License |
---|---|
GroupId | GroupIdcom.lxzh123 |
ArtifactId | ArtifactIdttime |
Version | Version0.1.2 |
Type | Typejar |
Description |
Descriptionttime
Counting the build time for each task in building.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ttime-0.1.2.pom | |
ttime-0.1.2.jar | 16 KB |
ttime-0.1.2-sources.jar | 497 bytes |
ttime-0.1.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.lxzh123/ttime/ -->
<dependency>
<groupId>com.lxzh123</groupId>
<artifactId>ttime</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.lxzh123/ttime/
implementation 'com.lxzh123:ttime:0.1.2'
// https://jarcasting.com/artifacts/com.lxzh123/ttime/
implementation ("com.lxzh123:ttime:0.1.2")
'com.lxzh123:ttime:jar:0.1.2'
<dependency org="com.lxzh123" name="ttime" rev="0.1.2">
<artifact name="ttime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lxzh123', module='ttime', version='0.1.2')
)
libraryDependencies += "com.lxzh123" % "ttime" % "0.1.2"
[com.lxzh123/ttime "0.1.2"]