GroupId | GroupIdorg.nutz |
---|---|
ArtifactId | ArtifactIdnutz-plugins-profiler |
Version | Version1.r.63.r3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.nutz/nutz-plugins-profiler/ -->
<dependency>
<groupId>org.nutz</groupId>
<artifactId>nutz-plugins-profiler</artifactId>
<version>1.r.63.r3</version>
</dependency>
// https://jarcasting.com/artifacts/org.nutz/nutz-plugins-profiler/
implementation 'org.nutz:nutz-plugins-profiler:1.r.63.r3'
// https://jarcasting.com/artifacts/org.nutz/nutz-plugins-profiler/
implementation ("org.nutz:nutz-plugins-profiler:1.r.63.r3")
'org.nutz:nutz-plugins-profiler:jar:1.r.63.r3'
<dependency org="org.nutz" name="nutz-plugins-profiler" rev="1.r.63.r3">
<artifact name="nutz-plugins-profiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nutz', module='nutz-plugins-profiler', version='1.r.63.r3')
)
libraryDependencies += "org.nutz" % "nutz-plugins-profiler" % "1.r.63.r3"
[org.nutz/nutz-plugins-profiler "1.r.63.r3"]